smaller stylix workspace buttons

This commit is contained in:
2025-09-29 11:40:51 +02:00
parent 03598694fc
commit c814eb01de

View File

@@ -144,6 +144,8 @@ tooltip>* {{
#workspaces>button {{
background-color: #{colors["base05"]};
border-radius: 100px;
padding: 0px 8px;
transition: padding 0.05s steps(8);
}}
#workspaces>button>label {{
@@ -156,6 +158,7 @@ tooltip>* {{
#workspaces>button.active {{
background-color: #{colors["base0D"]};
padding: 0px 32px;
}}
#workspaces>button.urgent {{