Fix #93, Fix #105, Add Mod Secondary Nav Bar, Add featured versions, Remove page transition, Make load bar smaller

This commit is contained in:
Jai A
2021-02-14 12:02:23 -07:00
parent 4d066a762f
commit 0b613812f7
12 changed files with 100 additions and 83 deletions

View File

@@ -191,16 +191,6 @@ export default {
</script>
<style lang="scss">
.page-enter-active,
.page-leave-active {
transition: ease-in-out 100ms;
}
.page-enter,
.page-leave-to {
opacity: 0;
}
.layout {
background-color: var(--color-bg);
display: block;