Merge pull request #5788 from McGiverGim/fix_logout_icon_material_theme
luci-material-theme: reduce size of logout icon
This commit is contained in:
commit
5ccef2421b
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 {
|
.main > .main-left > .nav > li:last-child::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 14px;
|
left: 14px;
|
||||||
width: 24px;
|
width: 20px;
|
||||||
height: 24px;
|
height: 20px;
|
||||||
content: url(./icons/logout.svg);
|
content: url(./icons/logout.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue