summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-18 20:34:19 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-18 20:34:19 +1100
commite8094f5d29a000514d0ca7720052bfedc1e55b7e (patch)
tree8159941311abbeaed83ee7cbabe7d6743a13322c /scss
parentremove unnecessary var (diff)
downloadcaelestia-shell-e8094f5d29a000514d0ca7720052bfedc1e55b7e.tar.gz
caelestia-shell-e8094f5d29a000514d0ca7720052bfedc1e55b7e.tar.bz2
caelestia-shell-e8094f5d29a000514d0ca7720052bfedc1e55b7e.zip
bar: bluetooth devices
Diffstat (limited to 'scss')
-rw-r--r--scss/bar.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/bar.scss b/scss/bar.scss
index 12c8df3..0ceac94 100644
--- a/scss/bar.scss
+++ b/scss/bar.scss
@@ -84,6 +84,15 @@
.status-icons {
color: scheme.$rosewater;
+
+ .bluetooth {
+ @include lib.spacing(10);
+
+ // The spacing doesn't look right for some reason so this
+ & > :first-child:not(:last-child) {
+ margin-right: lib.s(5);
+ }
+ }
}
.pkg-updates {