mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Fix nav menu w/plugins enabled
This commit is contained in:
parent
34c33549b8
commit
52ef488208
@ -34,6 +34,9 @@ body {
|
|||||||
footer p {
|
footer p {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
#navbar_search {
|
||||||
|
padding: 0 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Hide the username in the navigation menu on displays less than 1400px wide */
|
/* Hide the username in the navigation menu on displays less than 1400px wide */
|
||||||
@media (max-width: 1399px) {
|
@media (max-width: 1399px) {
|
||||||
@ -64,7 +67,7 @@ footer p {
|
|||||||
|
|
||||||
/* Scroll the drop-down menus at or above 768px wide to match bootstrap's behavior for hiding dropdown menus */
|
/* Scroll the drop-down menus at or above 768px wide to match bootstrap's behavior for hiding dropdown menus */
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.navbar-nav>li>ul {
|
.navbar-nav > li > ul {
|
||||||
max-height: calc(80vh - 50px);
|
max-height: calc(80vh - 50px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
@ -133,6 +136,9 @@ ul.dropdown-menu div.buttons a {
|
|||||||
ul.dropdown-menu > li > a {
|
ul.dropdown-menu > li > a {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
.nav > li > a.dropdown-toggle {
|
||||||
|
padding: 15px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
label {
|
label {
|
||||||
|
Loading…
Reference in New Issue
Block a user