fix: dont ship weird default styles

This commit is contained in:
2026-05-04 12:01:14 +02:00
parent 1d98a541de
commit 709695fd22
2 changed files with 2 additions and 7 deletions

View File

@@ -273,9 +273,6 @@ tooltip>* {{
#workspaces>button {{
background-color: #{colors["base05"]};
border-radius: 100px;
padding: 0px 4px;
transition: padding 0.05s steps(8);
}}
#workspaces>button.empty:not(.active):not(.visible) {{
@@ -288,8 +285,6 @@ tooltip>* {{
#workspaces>button.active {{
background-color: #{colors["base0D"]};
padding: 0px 16px;
border-radius: 100px;
}}
#workspaces>button.urgent {{

View File

@@ -5,7 +5,7 @@
}
#workspaces>button {
padding: 0px 8px;
padding: 8px;
transition: padding 0.05s steps(8), background-color 0.15s ease;
background-color: var(--ws-inactive);
border-radius: 100px;
@@ -28,7 +28,7 @@
}
#workspaces>button.active {
padding: 0px 32px;
padding: 8px 32px;
background-color: var(--ws-active);
}