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 { 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) {
@ -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 {