mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 19:12:24 +04:00
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>
(cherry picked from commit b2bea34586)
This commit is contained in:
committed by
Jo-Philipp Wich
parent
7ef76bcf6f
commit
55a9f9516f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user