diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-02 19:24:46 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-02 19:24:46 +1100 |
| commit | c131a0425ea551776abeedeb872c06d86f949909 (patch) | |
| tree | 62fedb99213b2730a4a068e9dba00a86c1450a14 /scss | |
| parent | bar: embedded style (diff) | |
| download | caelestia-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.scss | 8 |
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); } |