further improvements on events to approve and expedientes view for mobile

This commit is contained in:
tiago.kayaya
2021-05-25 10:32:15 +01:00
parent 9600a050dd
commit a7aa68d83c
21 changed files with 311 additions and 144 deletions
@@ -30,6 +30,11 @@
margin-bottom: 5px !important;
margin-top: 5px !important;
}
@media only screen and (max-width: 800px) {
.btn-ok, .btn-cancel, .btn-delete{
width: 47% !important;
}
}
@media only screen and (min-width: 1024px) {
.arrow-right{
display: flex;
@@ -34,8 +34,13 @@ export class OptsExpedientePage implements OnInit {
ngOnInit() {
console.log(this.task);
this.profile = "mdgpr";
window.onresize = (event) => {
if( window.innerWidth >= 800){
this.popoverController.dismiss();
}
};
}
close(){