diff options
Diffstat (limited to 'config/waybar/style/Simple Style.css')
| -rw-r--r-- | config/waybar/style/Simple Style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 311b0caf..503962ca 100644 --- a/config/waybar/style/Simple Style.css +++ b/config/waybar/style/Simple Style.css @@ -12,6 +12,7 @@ * { background: @background; border: none; + min-height: 0; border-radius: 0; font-family: "JetBrainsMono Nerd Font"; font-size: 97%; @@ -87,7 +88,7 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding: 0 6px; + padding: 6px; } #battery.warning, |
