mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 12:54:56 +00:00
save height on small screens
This commit is contained in:
parent
bfd08ca649
commit
84450fa34b
@ -1025,3 +1025,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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user