1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix nav menu w/plugins enabled

This commit is contained in:
Jeremy Stretch
2020-04-06 13:27:41 -04:00
parent 34c33549b8
commit 52ef488208

View File

@ -34,6 +34,9 @@ body {
footer p {
margin: 20px 0;
}
#navbar_search {
padding: 0 8px;
}
/* Hide the username in the navigation menu on displays less than 1400px wide */
@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 */
@media (min-width: 768px) {
.navbar-nav>li>ul {
.navbar-nav > li > ul {
max-height: calc(80vh - 50px);
overflow-y: auto;
}
@ -133,6 +136,9 @@ ul.dropdown-menu div.buttons a {
ul.dropdown-menu > li > a {
clear: left;
}
.nav > li > a.dropdown-toggle {
padding: 15px 12px;
}
/* Forms */
label {