aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue3
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 />