More tuning

This commit is contained in:
francois
2025-11-14 08:52:20 +01:00
parent 3f869225a7
commit f72160231b
2 changed files with 5 additions and 6 deletions

View File

@@ -42,8 +42,6 @@ window#waybar.chromium {
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 20px;
}
@@ -59,6 +57,7 @@ button:hover {
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
}
@@ -99,7 +98,7 @@ button:hover {
#scratchpad,
#power-profiles-daemon,
#mpd {
/*padding: 0 10px;*/
padding: 0 10px;
color: #ffffff;
border-radius: 20px;
}