release the navbar in landscape mode on small devices
This commit is contained in:
parent
74b3e0a7eb
commit
b16ee29cc3
@ -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;
|
||||
|
Reference in New Issue
Block a user