mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Merge pull request #1 from awfki/awfki-search-box
Keep search box visible till 1300px
This commit is contained in:
commit
6391812ed4
@ -74,8 +74,8 @@ footer p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the nav search bar on displays less than 1600px wide */
|
/* Hide the nav search bar on displays less than 1300px wide */
|
||||||
@media (max-width: 1599px) {
|
@media (max-width: 1299px) {
|
||||||
#navbar_search {
|
#navbar_search {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -389,4 +389,4 @@ td .progress {
|
|||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
font-family: Consolas, Lucida Console, monospace;
|
font-family: Consolas, Lucida Console, monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user