summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiguel Angel Mulero Martinez <migmul@gmail.com>2022-04-29 16:55:21 +0200
committerMiguel Angel Mulero Martinez <migmul@gmail.com>2022-04-29 16:55:21 +0200
commit3758ab9479be280a2df486120573a5ba3bb2c87a (patch)
tree3c439c65adc0c7bfa06843e9be4dd48c5875462e
parent531c0ecff2ca57c4bc0aacee66a0746814fefc78 (diff)
luci-material-theme: reduce size of logout icon
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 <mcgivergim@gmail.com>
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css4
1 files changed, 2 insertions, 2 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 18ae319d7e..46bd1510d0 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -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);
}