diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-22 13:53:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-22 13:53:19 +0900 |
| commit | 89224ee6bfd468170d06ba239d1995dec599fc16 (patch) | |
| tree | c79d995075b2800e9d420b18e78534db4744c98d /config/waybar/style/Light.css | |
| parent | 01e5a8ad75d0ef9d516350b16eeeeeb5e3b9e165 (diff) | |
Removal of uneccesary margins on styles.
Diffstat (limited to 'config/waybar/style/Light.css')
| -rw-r--r-- | config/waybar/style/Light.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/waybar/style/Light.css b/config/waybar/style/Light.css index 99d21809..669de751 100644 --- a/config/waybar/style/Light.css +++ b/config/waybar/style/Light.css @@ -9,8 +9,6 @@ min-height: 0; font-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; -margin-top: 1px; -margin-bottom: 1px; } window#waybar { @@ -158,7 +156,7 @@ tooltip label { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: #000000; - padding: 1px 4px; + padding: 1px 5px; border-radius: 8px; } |
