diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index cdc3209c..2a1d7b1b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -14,7 +14,9 @@ right: -20px; background-size: cover; background-repeat: no-repeat; - background-position: 0 50%; + background-color: var(--wallpaper); + background-image: var(--body-background-image); + background-position: 50% 50px; } i[class^='icon-'] { @@ -332,6 +334,10 @@ input, textarea, .select, .input { box-sizing: border-box; } } + + &.resize-height { + resize: vertical; + } } option { |
