From 9958bfd9a1b5b4650907fe69b4b174bc6d3a4e9e Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Sat, 9 Jan 2016 15:43:19 -0500 Subject: [PATCH] Message input style tweaks --- src/public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/public/style.css b/src/public/style.css index 3b7dbc6..8dae6ce 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -151,7 +151,7 @@ input { border: none; border-top: 2px solid #ececec; bottom: 0; - height: 70px; + height: 60px; left: 0; outline: none; padding-left: 10px; @@ -169,7 +169,9 @@ span.key-btn { } span.key-btn img { - width: 50px; + width: 35px; + top: -3px; + position: relative; } span.key-btn.active {