style: adjust waybar padding

This commit is contained in:
Youwen Wu 2024-08-07 08:22:56 -07:00
parent 046f91a5f2
commit ee303edef3

View file

@ -11,15 +11,15 @@ window#waybar {
#workspaces { #workspaces {
background: #24273a; background: #24273a;
padding: 0px 2px 0px 2px; padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 5px; margin: 0px 0px 0px 2px;
border-radius: 5px; border-radius: 5px;
} }
#workspaces { #workspaces {
background: #24273a; background: #24273a;
padding: 0px 5px 0px 5px; padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 5px; margin: 0px 0px 0px 2px;
border-radius: 5px; border-radius: 5px;
} }