mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Revert "save height on small screens"
This reverts commit 37b5905b44
.
It is causing too much confusion for little gain
This commit is contained in:
parent
4ad5660615
commit
2b689d45ff
1 changed files with 0 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue