This commit is contained in:
iFargle 2023-08-30 20:55:38 +09:00
parent 835ab4f777
commit 0729681276

View file

@ -165,10 +165,11 @@
#workspaces button { #workspaces button {
font-size: 0px; font-size: 0px;
border-radius: 50px; border-radius: 50px;
/* padding: top | right | bottom | left */ /* p/m : all */
/* padding: top | left and right | bottom */ /* p/m : top | right | bottom | left */
/* padding: top and bottom | left and right */ /* p/m : top | left and right | bottom */
padding: 0px; /* p/m : top and bottom | left and right */
padding: 5px;
margin: 5px; margin: 5px;
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
background-color: #3c3836; background-color: #3c3836;