diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-03 19:55:55 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-03 19:55:55 +0100 |
commit | 52f2e52b06f4387bcad04c2ff4d64db328db7919 (patch) | |
tree | 4a19ebf16ef6f2ae101b0e17ff41cf888619a782 /.config/waybar/style.css | |
parent | 6893191b91a6a2227438ef8df052497163ca4558 (diff) |
Resolved white line on hover over tags on Waybar
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7e8c378..a574200 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -24,7 +24,7 @@ window#waybar.hidden { } #tags, -/* #tags button, */ +#tags button, /* #tags button.occupied, */ /* #tags button.focused, */ /* #tags button.urgent, */ @@ -159,7 +159,7 @@ window#waybar.hidden { color: #928374; background: #3c3836; padding: 0 4px; - margin: 0px 2px; + margin: 0px -0.5px; min-width: 15px; } |