summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-15 13:53:53 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-15 13:53:53 +1100
commitdddc7382a59009b6a0e7e2322559efd9087c5acf (patch)
tree1055ed46d3cc515c7aaef158d1f7e2bd6e028c84 /scss
parentnotifs: make dnd actually work (diff)
downloadcaelestia-shell-dddc7382a59009b6a0e7e2322559efd9087c5acf.tar.gz
caelestia-shell-dddc7382a59009b6a0e7e2322559efd9087c5acf.tar.bz2
caelestia-shell-dddc7382a59009b6a0e7e2322559efd9087c5acf.zip
launcher: wallpaper random by category
Diffstat (limited to 'scss')
-rw-r--r--scss/launcher.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss
index 87854f4..590fe82 100644
--- a/scss/launcher.scss
+++ b/scss/launcher.scss
@@ -188,6 +188,19 @@
.thumbnail {
@include lib.rounded(10);
+
+ & > * {
+ background-size: cover;
+ background-position: center;
+
+ &:first-child {
+ @include lib.rounded(10, $tr: 0, $br: 0);
+ }
+
+ &:last-child {
+ @include lib.rounded(10, $tl: 0, $bl: 0);
+ }
+ }
}
}