From 2b689d45ff4e01c757faa23d6279493c3bd68838 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 16 Feb 2016 11:52:33 +1100 Subject: [PATCH] Revert "save height on small screens" This reverts commit 37b5905b44e4334041e56eb941cfe8fcb33124c7. It is causing too much confusion for little gain --- app/assets/stylesheets/desktop/topic-post.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index e5db38f83..8744a17ed 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -1038,16 +1038,3 @@ and (max-width : 767px) { } } - -@media all -and (max-height: 700px) { - - .post-menu-area { - margin-bottom: 0px; - margin-top: -18px; - } - - .topic-body { - padding: 5px 11px 2px; - } -}