mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
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
1 changed files with 0 additions and 14 deletions
|
@ -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…
Add table
Reference in a new issue