From c131a0425ea551776abeedeb872c06d86f949909 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 2 Apr 2025 19:24:46 +1100 Subject: bar: refactor to use visible not replace Also fix gap after workspaces on embedded style --- scss/bar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss') diff --git a/scss/bar.scss b/scss/bar.scss index efd1935..fa28895 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -276,6 +276,10 @@ border-bottom-left-radius: lib.s($-rounding); } + .workspaces { + margin-right: -1px; + } + .power { padding-right: lib.s(12); } @@ -296,6 +300,10 @@ padding-top: lib.s(15); } + .workspaces { + margin-bottom: -1px; + } + .os-icon { padding-top: lib.s(12); } -- cgit v1.2.3-freya