1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

Fixes #12738 again: use max-device-width instead of max-width for .navbar-collapse height in landscape devices

This commit is contained in:
Mark Otto
2014-07-03 00:55:32 -07:00
parent 4f8697cbbb
commit 3537481c97
8 changed files with 8 additions and 8 deletions

View File

@@ -3841,7 +3841,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;