aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-28 14:26:50 +0300
committerHenry Jameson <me@hjkos.com>2022-03-28 14:26:50 +0300
commit805615d52befc413693c5a80d69e2f901d106076 (patch)
tree8e6c5ec13f6a130f63b61a600a5f94caeb10b682 /src
parent8424b772b053ffc9d1a004b379ac978ae6e09a72 (diff)
fix background not showing
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index bee98751..b18b3308 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,11 +1,11 @@
<template>
<div
id="app-loaded"
+ :style="bgStyle"
>
<div
id="app_bg_wrapper"
class="app-bg-wrapper"
- :style="bgStyle"
/>
<MobileNav v-if="isMobileLayout" />
<DesktopNav v-else />