Improve gabinete when opening modal

This commit is contained in:
Peter Maquiran
2021-04-14 12:25:13 +01:00
parent ccc5b2d4ee
commit 5f2c34ef7c
4 changed files with 8 additions and 8 deletions
@@ -141,7 +141,7 @@ export class ExpedienteDetailPage implements OnInit {
//this.modalController.dismiss();
let classs;
if( window.innerWidth <= 800){
classs = 'modal'
classs = 'modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'
}
@@ -193,7 +193,7 @@ export class ExpedienteDetailPage implements OnInit {
async openBookMeetingModal(task: any) {
let classs;
if( window.innerWidth <= 800){
classs = 'book-meeting-modal'
classs = 'book-meeting-modal modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'
}