theme openwrt-2020: set maximum menu width
authorFritz D. Ansel <[email protected]>
Mon, 2 Aug 2021 18:41:42 +0000 (20:41 +0200)
committerFritz D. Ansel <[email protected]>
Wed, 11 Aug 2021 07:25:58 +0000 (09:25 +0200)
more space for it does not have an advance

Signed-off-by: Fritz D. Ansel <[email protected]>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index f510e6c7895a2ccdbe4c44b98b89ca0c0162a476..f1c834e9c3df964f6b609ce59f2eaefde73801ca 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;