From 9c1cc00965170b85146ddcdaff9eeb522e1a8d48 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:01:55 +1100 Subject: launcher: wallpaper action --- scss/launcher.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'scss') diff --git a/scss/launcher.scss b/scss/launcher.scss index 49f09c8..983f362 100644 --- a/scss/launcher.scss +++ b/scss/launcher.scss @@ -153,4 +153,36 @@ } } } + + .wallpaper { + margin: lib.s(3) 0; + + .thumbnail { + background-size: cover; + background-position: center; + } + + &.compact .thumbnail { + @include lib.rounded(100); + + min-width: lib.s(32); + min-height: lib.s(32); + } + + &:not(.compact) { + @include lib.spacing(3, true); + + .thumbnail { + @include lib.rounded(10); + } + } + + &.medium .thumbnail { + min-height: lib.s(96); + } + + &.large .thumbnail { + min-height: lib.s(160); + } + } } -- cgit v1.2.3-freya