This commit is contained in:
tiago.kayaya
2021-09-15 13:38:14 +01:00
parent f0e6a8a32d
commit db851e95dd
5 changed files with 128 additions and 80 deletions
@@ -469,7 +469,7 @@ export class ExpedienteDetailPage implements OnInit {
console.log(task);
let classs;
if( window.innerWidth <= 800){
if( window.innerWidth < 701){
classs = 'book-meeting-modal modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'