mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<div class="conteiner-box pt-20 height-100">
|
||||
|
||||
<div class="main-content height-100">
|
||||
<div class="main-content justify-center d-flex height-100">
|
||||
<div class="box-container d-flex mx-20" style="padding: 0px;overflow: hidden;">
|
||||
<ion-progress-bar type="indeterminate" *ngIf="loadingAllTask"></ion-progress-bar>
|
||||
<div class="px-20 pb-20">
|
||||
|
||||
@@ -629,4 +629,16 @@ ion-title{
|
||||
|
||||
.conteiner-box-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.box-container {
|
||||
width: 360px;
|
||||
margin: 0px auto;
|
||||
margin-left: 0px !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
}
|
||||
@@ -126,9 +126,6 @@ export class EventsPage implements OnInit {
|
||||
this.hideSearch();
|
||||
});
|
||||
|
||||
|
||||
// this.getEventsFromLocalDb();
|
||||
|
||||
}
|
||||
|
||||
async loadAllTask() {
|
||||
@@ -362,6 +359,4 @@ export class EventsPage implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user