We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5657a17 + 60b2fb6 commit d3efe07Copy full SHA for d3efe07
resources/assets/css/inner/aside.less
@@ -560,3 +560,20 @@
560
transition: visibility 0ms (@aside-transition-speed / 2), opacity (@aside-transition-speed * 2) 0ms;
561
}
562
563
+
564
+@media (max-width: 500px) {
565
+ .app-dominant {
566
+ // TODO Using !important this much isn't good.
567
+ // We should really get a handle on our CSS layers
568
+ display: inline !important;
569
+ overflow-y: scroll !important;
570
+ }
571
+ .app-aside:not(.menuless) {
572
+ width: 95%;
573
+ height: 30vh;
574
575
576
+ .app-aside:not(.menuless) .aside-left-menu {
577
+ width: 100%;
578
579
+}
0 commit comments