summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-02 19:24:46 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-02 19:24:46 +1100
commitc131a0425ea551776abeedeb872c06d86f949909 (patch)
tree62fedb99213b2730a4a068e9dba00a86c1450a14 /scss
parentbar: embedded style (diff)
downloadcaelestia-shell-c131a0425ea551776abeedeb872c06d86f949909.tar.gz
caelestia-shell-c131a0425ea551776abeedeb872c06d86f949909.tar.bz2
caelestia-shell-c131a0425ea551776abeedeb872c06d86f949909.zip
bar: refactor to use visible not replace
Also fix gap after workspaces on embedded style
Diffstat (limited to 'scss')
-rw-r--r--scss/bar.scss8
1 files changed, 8 insertions, 0 deletions
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);
}