|
|
|
@ -125,7 +125,11 @@ div.tb-dashboard-page { |
|
|
|
mat-drawer-container.tb-dashboard-layouts { |
|
|
|
width: 100%; |
|
|
|
&.tb-shrinked { |
|
|
|
width: 40%; |
|
|
|
width: max(40%, calc(100% - 956px)); |
|
|
|
|
|
|
|
@media screen and (min-width: 2000px) { |
|
|
|
width: max(40%, calc(100% - 1192px)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -135,11 +139,15 @@ div.tb-dashboard-page { |
|
|
|
} |
|
|
|
|
|
|
|
@media #{$mat-gt-md} { |
|
|
|
width: 75% !important; |
|
|
|
width: min(75%, 956px) !important; |
|
|
|
} |
|
|
|
|
|
|
|
@media #{$mat-gt-xl} { |
|
|
|
width: 60% !important; |
|
|
|
width: min(60%, 956px) !important; |
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (min-width: 2000px) { |
|
|
|
width: min(60%, 1192px) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|