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 {
height: 0px;
min-height: 0px !important;
overflow: hidden;
transition: height 0.0s ease-in-out;
}
} */
/* Only show nav-bar when specifically focused, not when clicking tab bar */
#nav-bar:focus-within {
/* #nav-bar:focus-within {
overflow: visible;
height: auto;
}
} */
/* Remove placeholder text in the URL bar */
#urlbar-input::placeholder {