From 1691d52882bd82e5b31c2fa6a3231cd64cf66dbe Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 10 Jun 2014 17:12:28 -0400 Subject: [PATCH] FIX: mobile: reduce height of composer a bit to make room for android devices --- app/assets/stylesheets/mobile/compose.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 02836aca33..e28eb41278 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -86,7 +86,7 @@ display: none; } // The various states &.open { - height: 300px; + height: 270px; } &.closed { height: 0 !important; @@ -155,7 +155,7 @@ display: none; // a small screen mobile device &.edit-title { &.open { - height: 280px; + height: 250px; } .contents { input#reply-title {