mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 21:43:46 +08:00
Revert "save height on small screens"
This reverts commit 37b5905b44e4334041e56eb941cfe8fcb33124c7. It is causing too much confusion for little gain
This commit is contained in:
parent
4ad5660615
commit
2b689d45ff
@ -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…
x
Reference in New Issue
Block a user