From 2470a0adbe4c81fdd0d2438cbc1d2243624205c9 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 20 Dec 2015 18:27:10 +1100 Subject: [PATCH] remove max-height rule, it was messing up display of front page was targetting .ember-view which is huge. --- app/assets/stylesheets/desktop/topic-post.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 4e525f1457c..0e1b719540b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -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; - } -}