feat: changed transition time

This commit is contained in:
Nick 2024-10-23 15:18:24 -05:00
parent d4f9b31078
commit 6c81361a5a

View file

@ -19,7 +19,7 @@
height: 0px;
min-height: 0px !important;
overflow: hidden;
transition: height 0.3s ease-in-out;
transition: height 0.0s ease-in-out;
}
/* Only show nav-bar when specifically focused, not when clicking tab bar */