diff options
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index f510e6c789..724b262b82 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -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; @@ -663,7 +664,7 @@ ul > li { padding: 0; text-align: center; width: 100%; - max-width: 100px; + max-width: 150px; } .ifacebox-head { |