luci-material-theme: reduce size of logout icon
authorMiguel Angel Mulero Martinez <redacted>
Fri, 29 Apr 2022 14:55:21 +0000 (16:55 +0200)
committerMiguel Angel Mulero Martinez <redacted>
Fri, 29 Apr 2022 14:55:21 +0000 (16:55 +0200)
The icon of the logout option overflows the text. This reduces the size of the icon to not overflow.

Signed-off-by: Miguel Angel Mulero <redacted>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index 18ae319d7ec181420c147165035103de5e64d044..46bd1510d0d80bce17596b386838f279019ec0c3 100644 (file)
@@ -623,8 +623,8 @@ body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before
 .main > .main-left > .nav > li:last-child::before {
        position: absolute;
        left: 14px;
-       width: 24px;
-       height: 24px;
+       width: 20px;
+       height: 20px;
        content: url(./icons/logout.svg);
 }
 
git clone https://git.99rst.org/PROJECT