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.vue | |
| 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.vue')
| -rw-r--r-- | src/App.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue index b4eb0524..1a166778 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,11 @@ <template> <div id="app" - :style="bgAppStyle" + :style="bgStyle" > <div id="app_bg_wrapper" class="app-bg-wrapper" - :style="bgStyle" /> <MobileNav v-if="isMobileLayout" /> <DesktopNav v-else /> |
