This commit is contained in:
tiago.kayaya
2021-09-15 10:48:32 +01:00
parent a7266df853
commit f0e6a8a32d
2 changed files with 7 additions and 5 deletions
@@ -143,7 +143,7 @@ export class ExpedienteDetailPage implements OnInit {
async openAddNoteModal(actionName:string) {
let classs;
if( window.innerWidth < 801) {
if( window.innerWidth < 701) {
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'