padding for idle_inhibitor, use a ln for icon

This commit is contained in:
Dan MacLeod
2025-06-26 11:04:46 +09:30
parent 77e14274ae
commit 221c1b1593
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
}
#custom-logo {
background-image: url("./icons/pika-logo.svg");
background-image: url("./icons/logo.svg");
background-color: @base;
background-position: center;
background-repeat: no-repeat;
@@ -139,6 +139,7 @@
#idle_inhibitor {
background-color: @yellow;
padding: 0px 6px;
}
#custom-pl-idle {