Merge pull request #3954 from rubo77/patch-5
save height on small screens
This commit is contained in:
commit
a601d4b4ba
|
@ -1030,3 +1030,16 @@ and (max-width : 767px) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media all
|
||||
and (max-height: 700px) {
|
||||
|
||||
.post-menu-area {
|
||||
margin-bottom: 0px;
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
padding: 5px 11px 2px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue