mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3820 from rubo77/patch-3
save height on small screens
This commit is contained in:
@@ -1026,3 +1026,17 @@ and (max-width : 767px) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all
|
||||||
|
and (max-height: 700px) {
|
||||||
|
.topic-body{
|
||||||
|
padding-bottom:0px;
|
||||||
|
margin-bottom:-15px;
|
||||||
|
}
|
||||||
|
.ember-view{
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
nav.post-controls{
|
||||||
|
margin-top: -18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user