better workspace styling

This commit is contained in:
2025-09-29 12:52:03 +02:00
parent 055f4ebb96
commit 5afada0fb3

View File

@@ -154,7 +154,7 @@ tooltip>* {{
#workspaces>button.active {{ #workspaces>button.active {{
background-color: #{colors["base0D"]}; background-color: #{colors["base0D"]};
padding: 0px 12px; padding: 0px 16px;
border-radius: 100px; border-radius: 100px;
}} }}
@@ -162,7 +162,7 @@ tooltip>* {{
font-size: 0px; font-size: 0px;
}} }}
#workspaces>button.empty {{ #workspaces>button.empty:not(.active) {{
background-color: #{colors["base03"]}; background-color: #{colors["base03"]};
}} }}