diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-25 15:33:08 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-25 15:33:08 +1100 |
| commit | 01626b70f10b38a6c03e5701283a43e9920fc26d (patch) | |
| tree | 0042e856dc30df6760e81a245cac977b2abd3dd7 /scss/popdowns | |
| parent | launcher: italic xwayland windows (diff) | |
| download | caelestia-shell-01626b70f10b38a6c03e5701283a43e9920fc26d.tar.gz caelestia-shell-01626b70f10b38a6c03e5701283a43e9920fc26d.tar.bz2 caelestia-shell-01626b70f10b38a6c03e5701283a43e9920fc26d.zip | |
updates: show arch news
Diffstat (limited to 'scss/popdowns')
| -rw-r--r-- | scss/popdowns/updates.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scss/popdowns/updates.scss b/scss/popdowns/updates.scss index f63b50e..7ab661f 100644 --- a/scss/popdowns/updates.scss +++ b/scss/popdowns/updates.scss @@ -9,7 +9,7 @@ $-accent: scheme.$blue; @include lib.popdown-window($-accent); min-width: lib.s(550); - min-height: lib.s(450); + min-height: lib.s(800); .wrapper { @include lib.element-decel; @@ -32,10 +32,15 @@ $-accent: scheme.$blue; font-size: lib.s(16); } - .list { + .list, + .news { color: scheme.$text; margin-left: lib.s(12); } + + .news { + margin-bottom: lib.s(5); + } } } } |