diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-15 13:01:27 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-15 13:01:27 +0900 |
| commit | 556d8da3dccbe56813f6ed64c4607c0753989193 (patch) | |
| tree | c9259359bedd6076f9c16342a14ff963ab634aff /config/waybar/style/Simple Style.css | |
| parent | 4de2ed4c28bfb4fe73630f371b1d89825f3f2fef (diff) | |
small tweak.
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, |
