This commit is contained in:
tiago.kayaya
2021-03-26 12:14:33 +01:00
parent 7b3770ce3d
commit 540c830666
5 changed files with 105 additions and 58 deletions
@@ -75,7 +75,7 @@ export class ExpedientsPage implements OnInit {
console.log(this.profile);
let classs;
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
classs = 'modal'
} else {
classs = 'gabinete-digital-mobile-modal-to-Desktop'