From d917c408d01b68eb188122bb98f2c1720d21ae92 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 27 Apr 2025 09:16:16 -0300 Subject: [PATCH] :boom: ags(bar/workspaces): fix padding --- ags/style/_bar.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ags/style/_bar.scss b/ags/style/_bar.scss index 240a367..73b7265 100644 --- a/ags/style/_bar.scss +++ b/ags/style/_bar.scss @@ -36,7 +36,10 @@ & > box { border-radius: calc($radius - $padding); margin: $padding 0; - padding: 0 6px; + } + + & > box:not(.workspaces):not(.special-workspaces) { + padding: 0 8px; } } @@ -54,6 +57,7 @@ .workspaces, .special-workspaces { @include mixins.reset-props; + padding: 0 4px; & button { border-radius: 16px; @@ -69,7 +73,7 @@ &.focus { background: colors.$fg-primary; - min-width: 31px; + min-width: 32px; & label.id { color: colors.$fg-light; @@ -248,7 +252,6 @@ .apps { & > box { min-width: 24px; - padding: 0 6px; & > icon { transition: 120ms linear;