summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-18 14:30:52 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-18 14:30:52 +1100
commitece09fbb519a3285f6285f9990b58b57e0890c7e (patch)
treed315959eb5ac8bb4dbf557737ab9b1a7b27d4174 /scss
parentquit request (diff)
downloadcaelestia-shell-ece09fbb519a3285f6285f9990b58b57e0890c7e.tar.gz
caelestia-shell-ece09fbb519a3285f6285f9990b58b57e0890c7e.tar.bz2
caelestia-shell-ece09fbb519a3285f6285f9990b58b57e0890c7e.zip
bar: change style + fix scheme
Diffstat (limited to 'scss')
-rw-r--r--scss/bar.scss2
-rw-r--r--scss/popdowns/updates.scss4
2 files changed, 2 insertions, 4 deletions
diff --git a/scss/bar.scss b/scss/bar.scss
index f776f19..12c8df3 100644
--- a/scss/bar.scss
+++ b/scss/bar.scss
@@ -4,8 +4,6 @@
@use "font";
.bar {
- @include lib.rounded(10, $tl: 0, $tr: 0);
- @include lib.border(scheme.$rosewater, 0.7, 2);
@include font.mono;
border-top: none;
diff --git a/scss/popdowns/updates.scss b/scss/popdowns/updates.scss
index d11a551..f63b50e 100644
--- a/scss/popdowns/updates.scss
+++ b/scss/popdowns/updates.scss
@@ -8,8 +8,8 @@ $-accent: scheme.$blue;
.updates {
@include lib.popdown-window($-accent);
- min-width: lib.s(600);
- min-height: lib.s(400);
+ min-width: lib.s(550);
+ min-height: lib.s(450);
.wrapper {
@include lib.element-decel;