Merge pull request #3954 from rubo77/patch-5

save height on small screens
This commit is contained in:
Régis Hanol 2016-01-20 16:29:09 +01:00
commit a601d4b4ba
1 changed files with 13 additions and 0 deletions

View File

@ -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;
}
}