mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve responsiveness
This commit is contained in:
@@ -56,7 +56,7 @@ export class EditEventPage implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
if(this.postEvent.Attendees == null){
|
||||
if(this.postEvent.Attendees == null) {
|
||||
this.taskParticipants = []
|
||||
} else {
|
||||
|
||||
@@ -86,10 +86,10 @@ export class EditEventPage implements OnInit {
|
||||
|
||||
window.onresize = (event) => {
|
||||
// if not mobile remove all component
|
||||
if( window.innerWidth >= 800){
|
||||
if( window.innerWidth >= 1024) {
|
||||
this.modalController.dismiss();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user