Revert "luci-material-theme: reduce size of logout icon"
authorMiguel Angel Mulero Martinez <migmul@gmail.com>
Fri, 29 Apr 2022 22:28:01 +0000 (00:28 +0200)
committerMiguel Angel Mulero Martinez <migmul@gmail.com>
Sat, 30 Apr 2022 07:13:32 +0000 (09:13 +0200)
This reverts commit 3758ab9479be280a2df486120573a5ba3bb2c87a.

The solution is not good. It breaks in some way the English UI to fix
localizated UI.

It will be fixed again in other commit.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index f6cc45fa5b1865a3341a05dd99eeeaf81a9004fa..160b4b0ce9b252edb1aaa1dbd437ed4f4abfcf8a 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: 20px;
-       height: 20px;
+       width: 24px;
+       height: 24px;
        content: url(./icons/logout.svg);
 }