summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFritz D. Ansel <fdansel@yandex.ru>2021-08-02 20:41:42 +0200
committerFritz D. Ansel <fdansel@yandex.ru>2021-08-11 09:25:58 +0200
commitb2bea345863ed1592bd2b51f87ca0716e6fb2450 (patch)
treea551d9f83f1622288ca44115c56832360d5c6fb5
parentb5af813318316e26592971c73a10a455493de7d5 (diff)
theme openwrt-2020: set maximum menu width
more space for it does not have an advance Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css3
1 files changed, 2 insertions, 1 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..f1c834e9c3 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;