This commit is contained in:
Stephan Raabe
2024-02-16 08:02:26 +01:00
parent ca85294d10
commit ea26ad635b
17 changed files with 55 additions and 20 deletions

View File

@@ -34,6 +34,15 @@ window#waybar.chromium {
border: none;
}
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../assets/ml4w-icon-20.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 20px;
margin-right: 0px;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;