summaryrefslogtreecommitdiff
path: root/src/components/Global/LoadingBar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/LoadingBar.vue')
-rw-r--r--src/components/Global/LoadingBar.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Global/LoadingBar.vue b/src/components/Global/LoadingBar.vue
index 7490baa0..3f503c8b 100644
--- a/src/components/Global/LoadingBar.vue
+++ b/src/components/Global/LoadingBar.vue
@@ -1,6 +1,6 @@
<template>
<transition name="fade">
- <b-progress v-if="!isLoadingComplete" height="0.4rem">
+ <b-progress v-if="!isLoadingComplete">
<b-progress-bar
striped
animated
@@ -79,7 +79,7 @@ export default {
bottom: -0.4rem;
opacity: 1;
transition: opacity $duration--moderate-01 $standard-easing--productive;
-
+ height: 0.4rem;
&.fade-enter,
&.fade-leave-to {
opacity: 0;