summaryrefslogtreecommitdiff
path: root/iridescence/src/App.vue
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-28 09:35:51 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-28 09:35:51 -0500
commitc0253e47b2f9dec260806e96536cd68202bc7674 (patch)
tree829cfcdd7a690161af9cbd40f6556aa9073c7b8a /iridescence/src/App.vue
parentbb1edd35721d34ce394ab9e51c4095015f26b185 (diff)
downloadtheglassyladies-c0253e47b2f9dec260806e96536cd68202bc7674.tar.xz
theglassyladies-c0253e47b2f9dec260806e96536cd68202bc7674.zip
fixed navbar weirdness on mobile
Diffstat (limited to 'iridescence/src/App.vue')
-rw-r--r--iridescence/src/App.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/iridescence/src/App.vue b/iridescence/src/App.vue
index c6ac9a6..5cd436c 100644
--- a/iridescence/src/App.vue
+++ b/iridescence/src/App.vue
@@ -5,8 +5,8 @@
<BusyBar></BusyBar>
<transition
mode="out-in"
- enter-active-class="animate__animated animate__fadeInRight animate__faster"
- leave-active-class="animate__animated animate__fadeOutLeft animate__faster"
+ enter-active-class="animate__animated animate__fadeIn animate__faster"
+ leave-active-class="animate__animated animate__fadeOut animate__faster"
>
<router-view />
</transition>
@@ -62,6 +62,7 @@ $modal-content-width: 50em;
@import "../node_modules/bulma/sass/base/generic.sass";
@import "../node_modules/bulma/sass/base/minireset.sass";
@import "../node_modules/bulma/sass/elements/box.sass";
+@import "../node_modules/bulma/sass/elements/other.sass";
@import "../node_modules/bulma/sass/elements/icon.sass";
@import "../node_modules/bulma/sass/elements/button.sass";
@import "../node_modules/bulma/sass/elements/container.sass";