aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue
index 03b632ec..0276c6a6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -77,6 +77,7 @@
</div>
</div>
</nav>
+ <div class="app-bg-wrapper app-container-wrapper" />
<div
id="content"
class="container underlay"
@@ -112,9 +113,7 @@
{{ $t("login.hint") }}
</router-link>
</div>
- <transition name="fade">
- <router-view />
- </transition>
+ <router-view />
</div>
<media-modal />
</div>