summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-09 16:04:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-09 16:04:10 +1000
commitfbf2e620267d0b0e9d4afac685b28a06c7956a88 (patch)
tree23925cc57ecff674181cb7f2ac25ec471576aa47
parentsidebar: news use monitor height (diff)
downloadcaelestia-shell-fbf2e620267d0b0e9d4afac685b28a06c7956a88.tar.gz
caelestia-shell-fbf2e620267d0b0e9d4afac685b28a06c7956a88.tar.bz2
caelestia-shell-fbf2e620267d0b0e9d4afac685b28a06c7956a88.zip
launcher: more padding for wallpapers
-rw-r--r--scss/launcher.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss
index bd5c430..ff2c422 100644
--- a/scss/launcher.scss
+++ b/scss/launcher.scss
@@ -244,6 +244,15 @@
.result {
border-bottom: lib.s(2) solid transparent;
}
+
+ .wallpaper {
+ padding-top: lib.s(5);
+
+ &.compact {
+ padding-top: lib.s(3);
+ padding-bottom: lib.s(3);
+ }
+ }
}
&.round {