This commit is contained in:
iFargle 2023-08-30 20:10:16 +09:00
parent 4f1d59e792
commit 2bee79f692

View file

@ -167,7 +167,7 @@
font-size: 1px; font-size: 1px;
border-radius: 50px; border-radius: 50px;
padding: 0px 5px; padding: 0px 5px;
margin: 0px 5px; margin: 10px 5px;
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
background-color: #3c3836; background-color: #3c3836;
font-weight: bold; font-weight: bold;
@ -175,7 +175,6 @@
#workspaces button.active { #workspaces button.active {
padding: 0px 15px; padding: 0px 15px;
margin: 5px;
background-color: #a89984; background-color: #a89984;
} }