This commit is contained in:
iFargle 2024-01-04 17:28:02 +09:00
parent 9da2af36dd
commit 5cd95e395d

View file

@ -131,17 +131,13 @@
padding = "15px"; padding = "15px";
}; };
workspaces = { workspaces = {
button.visible = { button = {
font-size = "15px"; visible = {
border-radius = "50px"; font-size = "15px";
padding = "0px 5px"; border-radius = "50px";
margin = "5px"; padding = "0px 5px";
}; margin = "5px";
button = { };
font-size = "15px";
border-radius = "50px";
padding = "0px 5px";
margin = "5px";
}; };
}; };
}; };