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>
This commit is contained in:
Miguel Angel Mulero Martinez 2022-04-29 16:55:21 +02:00
parent 531c0ecff2
commit 3758ab9479

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 {
position: absolute;
left: 14px;
width: 24px;
height: 24px;
width: 20px;
height: 20px;
content: url(./icons/logout.svg);
}