Add reponsive

This commit is contained in:
Peter Maquiran
2021-05-19 12:53:50 +01:00
parent 1551c6723b
commit 04da147871
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
</ion-refresher>
<div class="main-content d-flex height-100">
<!-- Aside left -->
<div class="aside-wrapper d-flex flex-column pt-25">
<div class="aside-wrapper d-flex flex-column pt-25 flex-grow-1">
<!-- <p class="text-center mt-0 aside-title px-20">Chat</p> -->
<div class="title-content">
<div class="div-title">
@@ -268,7 +268,7 @@ export class GabineteDigitalPage implements OnInit {
console.log(data);
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
//this.openExpedientList();
}
else{
@@ -279,7 +279,7 @@ export class GabineteDigitalPage implements OnInit {
openPedidosPage(segment:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
this.openPedidoList();
}
else{
@@ -290,7 +290,7 @@ export class GabineteDigitalPage implements OnInit {
openDespachosPage(segment:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
this.openDespachoList();
}
else{
@@ -300,7 +300,7 @@ export class GabineteDigitalPage implements OnInit {
openDespachosPrPage(segment:string) {
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
this.openDespachoListPr();
}
else{
@@ -310,7 +310,7 @@ export class GabineteDigitalPage implements OnInit {
openPendentesPage(segment:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
this.openPendenteList();
}
else{
@@ -320,7 +320,7 @@ export class GabineteDigitalPage implements OnInit {
openExpedientesPrPage(segment:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
//this.openDespachoList();
}
else{
@@ -330,7 +330,7 @@ export class GabineteDigitalPage implements OnInit {
openDiplomasPage(segment:string){
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth <= 800){
this.openDeploma();
}
else{
@@ -430,6 +430,4 @@ export class GabineteDigitalPage implements OnInit {
console.log('show desktop modal')
}
}