feat: fuck it, removed the hiding nav bar

This commit is contained in:
Nick 2024-10-29 17:38:54 -05:00
parent 357139fb34
commit 542762c6cb

View file

@ -15,18 +15,18 @@
} }
/* Nav bar */ /* Nav bar */
#nav-bar { /* #nav-bar {
height: 0px; height: 0px;
min-height: 0px !important; min-height: 0px !important;
overflow: hidden; overflow: hidden;
transition: height 0.0s ease-in-out; transition: height 0.0s ease-in-out;
} } */
/* Only show nav-bar when specifically focused, not when clicking tab bar */ /* Only show nav-bar when specifically focused, not when clicking tab bar */
#nav-bar:focus-within { /* #nav-bar:focus-within {
overflow: visible; overflow: visible;
height: auto; height: auto;
} } */
/* Remove placeholder text in the URL bar */ /* Remove placeholder text in the URL bar */
#urlbar-input::placeholder { #urlbar-input::placeholder {