Merge pull request #9829 from Extarys/9827-broken-navbar

fix: navbar css
This commit is contained in:
Hypolite Petovan 2021-01-20 10:24:53 -05:00 committed by GitHub
commit dc842f4f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -417,9 +417,17 @@ nav.navbar {
z-index: 1030; z-index: 1030;
color: $nav_icon_color; color: $nav_icon_color;
} }
@media screen and (max-width: 767px) {
#topbar-first,
nav.navbar {
padding: 0 2px;
}
}
#topbar-first .navbar-toggle { #topbar-first .navbar-toggle {
margin-top: 5px; margin-top: 5px;
margin-bottom: 0; margin-bottom: 0;
margin-right: 0;
} }
#topbar-first .nav > li > a, #topbar-first .nav > li > a,
#topbar-first .nav > li > button, #topbar-first .nav > li > button,