mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: fuck it, removed the hiding nav bar
This commit is contained in:
parent
357139fb34
commit
542762c6cb
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue