webui: Fix nav bar Linebreaks (#6770)

On width between 1199px and 1280px there is a navibar linebreak, and on
some lists there are controlles hidden.
This commit is contained in:
Seti
2017-06-02 20:57:27 +02:00
committed by Neil Lathwood
parent 7442f8d40d
commit 750b183361

View File

@ -1590,6 +1590,12 @@ tr.search:nth-child(odd) {
line-height: 32px;
}
@media (min-width: 992px) and (max-width: 1280px) {
.navbar-brand {
display: none !important;
}
}
.navbar-brand img {
height: 100%;
max-width: 170px;