diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/bar.scss | 9 |
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 { |