Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-04-29 19:46:40 +01:00
parent 63f1e09fea
commit dc680b9ce5
7 changed files with 11 additions and 18 deletions
@@ -163,8 +163,8 @@ export class PublicationsPage implements OnInit {
/* let item = this.publicationFolderList; */
const modal = await this.modalController.create({
component: ViewPublicationsPage,
enterAnimation,
leaveAnimation,
//enterAnimation,
//leaveAnimation,
componentProps:{
folderId:folderId,
},
@@ -14,14 +14,12 @@
--padding-start: 0px !important;
--padding-right: 0px !important;
--padding-end: 0px !important;
}
.div-top-header{
width: 400px;
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: 15px;
border: 0!important;
}
@@ -62,7 +60,7 @@
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
overflow:auto;
padding: 15px 20px 0 20px;
}
.content-top{
@@ -91,10 +89,10 @@
}
.back-icon{
width: 37px;
float: left;
font-size: 35px;
overflow: auto;
}
.div-title{
@@ -107,10 +105,7 @@
}
.actions-icon{
width: 92px;
float: right;
overflow: auto;
border: 1px solid red;
}
.actions-icon ion-icon{
margin-left: 10px;
@@ -110,7 +110,7 @@ export class ViewPublicationsPage implements OnInit {
folderId: this.folderId,
},
cssClass: 'publication-detail modal modal-desktop',
backdropDismiss: false
// backdropDismiss: false
});
await modal.present();
modal.onDidDismiss().then(()=>{
+1 -1
View File
@@ -512,7 +512,7 @@ export class SearchPage implements OnInit {
publicationId: publicationId,
},
cssClass: 'publication-detail modal modal-desktop ',
backdropDismiss: false
//backdropDismiss: false
});
await modal.present();