Revert "save height on small screens"

This reverts commit 37b5905b44.

It is causing too much confusion for little gain
This commit is contained in:
Sam 2016-02-16 11:52:33 +11:00
parent 4ad5660615
commit 2b689d45ff

View file

@ -1038,16 +1038,3 @@ 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;
}
}