release the navbar in landscape mode on small devices

This commit is contained in:
marijus 2014-11-05 10:32:30 +01:00
parent 74b3e0a7eb
commit b16ee29cc3

View File

@ -2390,6 +2390,13 @@ aside .nav-pills > li > a {
}
/* release the navbar in landscape view on small devices */
@media screen and (max-height: 320px) {
.navbar-fixed-top {
position: absolute;
}
}
.shareable_element_text {
height: 300px;
width: 300px;