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:
parent
531c0ecff2
commit
3758ab9479
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue