diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-09-26 10:44:25 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-09-26 15:32:06 +0200 |
commit | 8a8c3ae57be2835ec423406d09b2b4e630941bde (patch) | |
tree | 08bb051d5021095b81087dfa8f6c4ee709ac715f /themes | |
parent | fa0658da5ed1494732f9162d3346b381e13fbf64 (diff) |
luci-theme-material: fix partly hidden logout navbar item
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Konrad Kreitmair <kreitmair.konrad@web.de>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index c6e893715..8fa45d980 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -400,7 +400,8 @@ header > .fill > .container > .status { } .main > .main-left > .nav > li:nth-last-child(1) { - margin-top: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; font-size: 1.2rem; } |