Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-05-07 16:57:53 +01:00
parent d4d00ee361
commit 5f48fc3a56
11 changed files with 18 additions and 50 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export class NotificationsService {
async viewExpedientDetail(serialNumber: any) {
let classs;
if (window.innerWidth <= 800) {
classs = 'modal'
classs = 'modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'
}