diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-10 00:29:17 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-10 00:29:17 +0200 |
commit | 313993e367a9d4e4e2975258c8a32269a1c7c242 (patch) | |
tree | c7143ef9ffe7dcc381d4c7e5b2c595e9a796bd5d /.config/eww | |
parent | 900b300a29b4b04c0d09212050e3fe8a883f1425 (diff) |
eww: Fix styling for active workspace
Diffstat (limited to '.config/eww')
-rw-r--r-- | .config/eww/eww.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 078434b..613c46e 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -30,6 +30,8 @@ } .workspaces button { + margin-bottom: -3px; + label { padding: 0 13px; } |