diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-12-18 08:37:01 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-12-18 08:37:01 +0000 |
| commit | 8d9bf3efc8825afaf07dca4db69cb19f3dfbe411 (patch) | |
| tree | ffdf4b45e8d17fe2e3c6d5ba03c69f308b18c702 /src/App.scss | |
| parent | 3359d4ddf6ee6449bd230eb2056f08edbb3d355e (diff) | |
| parent | 93af7ee36a6956d4ec3d0ffd57ec733ddc7cd4e9 (diff) | |
Merge branch 'plain-bg' into 'develop'
Solid color wallpaper support
See merge request pleroma/pleroma-fe!1314
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 48313f57..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-'] { |
