theme openwrt-2020: set maximum menu width
authorFritz D. Ansel <fdansel@yandex.ru>
Mon, 2 Aug 2021 18:41:42 +0000 (20:41 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 22 Oct 2021 18:33:29 +0000 (20:33 +0200)
more space for it does not have an advance

Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit b2bea345863ed1592bd2b51f87ca0716e6fb2450)

themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index 0dc06a0bd27b6e754ef71ea5a426c40a670b6878..c6e5d774283eff334dcf5d3d3dd291968f08a025 100644 (file)
@@ -148,7 +148,8 @@ body {
 }
 
 #mainmenu {
-       flex: 1 1 200px;
+       flex: 1 1 100px;
+       max-width: 250px;
        background: var(--main-dark-color);
        color: var(--main-bright-color);
        padding: 1em;