diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/launcher.scss | 9 |
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 { |