From 89224ee6bfd468170d06ba239d1995dec599fc16 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 22 Nov 2023 13:53:19 +0900 Subject: Removal of uneccesary margins on styles. --- config/waybar/style/Light.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config/waybar/style/Light.css') 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; } -- cgit v1.2.3