diff options
| author | Henry Jameson <me@hjkos.com> | 2020-12-16 18:25:07 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-12-16 18:25:07 +0200 |
| commit | c1977567677385bef3f27ba0f8d20e13e07cd9e9 (patch) | |
| tree | abec6b92fb8be93d96b8211800d0676454bd84e5 /src/App.vue | |
| parent | 674c30235020d48b3b852d36f16198978ea4dc88 (diff) | |
Basic no-wallpaper support
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 /> |
