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>
This commit is contained in:
Fritz D. Ansel 2021-08-02 20:41:42 +02:00
parent b5af813318
commit b2bea34586

View 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;