This commit is contained in:
iFargle 2023-08-30 20:24:52 +09:00
parent b94693d11b
commit ed571cc4ad

View file

@ -158,7 +158,7 @@
#waybar { #waybar {
background-color: rgba(50, 48, 47, 0.8); background-color: rgba(50, 48, 47, 0.8);
padding: 5px; padding: 15px;
} }
#workspaces button.visible, #workspaces button.visible,
@ -168,7 +168,7 @@
/* padding: top | right | bottom | left */ /* padding: top | right | bottom | left */
/* padding: top | left and right | bottom */ /* padding: top | left and right | bottom */
/* padding: top and bottom | left and right */ /* padding: top and bottom | left and right */
padding: 3px 5px; padding: 0px 5px;
margin: 5px; margin: 5px;
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
background-color: #3c3836; background-color: #3c3836;