remove max-height rule, it was messing up display of front page
was targetting .ember-view which is huge.
This commit is contained in:
parent
33df5372f6
commit
2470a0adbe
|
@ -1026,17 +1026,3 @@ 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…
Reference in New Issue