Revert "luci-material-theme: reduce size of logout icon"

This reverts commit 3758ab9479.

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>
This commit is contained in:
Miguel Angel Mulero Martinez 2022-04-30 00:28:01 +02:00
parent 5ccef2421b
commit d452dee8ce

View file

@ -623,8 +623,8 @@ body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before
.main > .main-left > .nav > li:last-child::before { .main > .main-left > .nav > li:last-child::before {
position: absolute; position: absolute;
left: 14px; left: 14px;
width: 20px; width: 24px;
height: 20px; height: 24px;
content: url(./icons/logout.svg); content: url(./icons/logout.svg);
} }