Fixe css bug for home/publications

This commit is contained in:
Peter Maquiran
2021-04-14 14:27:49 +01:00
parent 5f2c34ef7c
commit 13bd4131b3
4 changed files with 2 additions and 6 deletions
@@ -28,7 +28,7 @@ export class EventListPage implements OnInit {
private modalController: ModalController,
private router: Router,
private navParams: NavParams,
) { }
) { }
ngOnInit() {
this.profile = this.navParams.get('profile');
@@ -73,7 +73,6 @@ export class EventListPage implements OnInit {
});
}
async openApproveModal(eventSerialNumber){
let classs;
if( window.innerWidth <= 800){
@@ -16,7 +16,7 @@
<!-- Header -->
<ion-toolbar >
<div class="main-header">
<div class="title-content">
<div class="title-content d-flex justify-space-between">
<div class="div-title">
<ion-label class="title">Acções Presidenciais</ion-label>
</div>
@@ -61,7 +61,6 @@ ion-toolbar{
}
.div-title{
padding: 0!important;
float: left;
}
.title{
font-size: 25px;
@@ -108,7 +108,6 @@
.actions-icon{
display: flex;
overflow: auto;
align-items: top;
justify-content: flex-end;
padding: 0 !important;
@@ -116,7 +115,6 @@
.actions-icon ion-icon{
margin-left: 5px;
font-size: 35px;
float: right;
padding: 0 !important;
}
/* .title-icon{