diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-08-01 18:30:08 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-08-01 18:30:08 +0100 |
| commit | ad9c557d87d5e9aa7bb0033eb26e1a2d339610a9 (patch) | |
| tree | dde1c19a5e496333325e471a9a12514f360eb255 /waybar/style.css | |
| parent | 0a07704d6dc53bf3a35d4aadfa240586f55e9487 (diff) | |
Remove workspace names
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index d7ac024..3e53a9d 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -25,6 +25,10 @@ button { border-radius: 0; } +#window { + padding: 0 5px; +} + /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button { |
