refactor(ui): minor ux improvements

This commit is contained in:
liyasthomas
2021-06-13 16:24:29 +05:30
parent 2ffd0be03f
commit 34cd604a91
9 changed files with 35 additions and 156 deletions

View File

@@ -157,7 +157,6 @@ export default {
$responsiveWidth: 768px;
.nav-first {
@apply z-10;
@apply h-screen;
@apply p-2;
@apply bg-primaryDark;
@@ -268,6 +267,7 @@ nav.secondary-nav {
@media (max-width: $responsiveWidth) {
.nav-first {
@apply fixed;
@apply z-10;
@apply top-auto;
@apply bottom-0;
@apply h-auto;