From c51ced6d9a8f8f37915866a14812783e20bc0108 Mon Sep 17 00:00:00 2001 From: Makesesama Date: Mon, 4 May 2026 12:01:14 +0200 Subject: [PATCH] fix: dont ship weird default styles --- sims/modules/stylix.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sims/modules/stylix.py b/sims/modules/stylix.py index 27fb657..6dd489d 100644 --- a/sims/modules/stylix.py +++ b/sims/modules/stylix.py @@ -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 {{