From 65d05114085ccd6717c8c4805da85a5e2d80ecf3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 2 Apr 2025 23:38:04 +1100 Subject: bar: fix workspaces visual glitch Also use gtk truncate for active window and media playing For some reason, odd numbers of workspaces need the adjustment, but even don't --- scss/bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/bar.scss b/scss/bar.scss index ca292fa..b23bb5e 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -276,7 +276,7 @@ border-bottom-left-radius: lib.s($-rounding); } - .workspaces { + .workspaces.odd { margin-right: -1px; } @@ -300,7 +300,7 @@ padding-top: lib.s(15); } - .workspaces { + .workspaces.odd { margin-bottom: -1px; } -- cgit v1.2.3-freya