From 8de7bb54c5317b7a20544d226336c6d4c139862e Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 13 Nov 2014 13:59:32 +0300 Subject: [PATCH] Fixed mobile send text field height --- app/css/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/css/mobile.css b/app/css/mobile.css index 77deadb9..f5d53011 100644 --- a/app/css/mobile.css +++ b/app/css/mobile.css @@ -1040,8 +1040,8 @@ a.mobile_modal_action .tg_checkbox_label { border-radius: 4px; } .emoji-wysiwyg-editor { - min-height: 32px; - max-height: 150px; + min-height: 18px; + max-height: 136px; margin-bottom: 0; font-size: 15px; }