Merge pull request #5788 from McGiverGim/fix_logout_icon_material_theme

luci-material-theme: reduce size of logout icon
This commit is contained in:
Jo-Philipp Wich 2022-04-29 19:58:50 +02:00 committed by GitHub
commit 5ccef2421b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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