Feat mobile nav (#4)

* Fixed displaying columns that arent defined (#2)
* Reworked layout for mobile support
This commit is contained in:
adroslice 2023-03-12 20:19:59 +01:00 committed by GitHub
parent b69cc43561
commit 0f306a7705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 23 deletions

View file

@ -1,5 +1,5 @@
.fade-enter-active, .fade-leave-active {
transition: opacity 0.2s ease-out !important;
transition: all 0.2s ease-out !important;
}
.fade-enter-from, .fade-leave-to {
opacity: 0;