From c33ff6a3783b943cd4df42061d1448679f2ed85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 2 Aug 2016 00:33:16 -0400 Subject: [PATCH] Restore padding and height of message input pre-textarea era --- client/css/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index fc0e9645..a9449a68 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -548,10 +548,10 @@ button { background: rgba(0, 0, 0, .06); border-radius: 2px; bottom: 4px; - height: 48px; + height: 45px; left: 5px; font-size: 14px; - line-height: 48px; + line-height: 45px; position: absolute; text-align: center; width: 210px; @@ -1249,7 +1249,6 @@ button { background: white; display: flex; align-items: flex-end; - min-height: 37px; } #form #nick { @@ -1257,7 +1256,7 @@ button { color: #666; font: inherit; font-size: 11px; - margin: 5px; + margin: 4px; line-height: 26px; height: 24px; padding: 0 9px; @@ -1296,9 +1295,9 @@ button { #form #submit { color: #9ca5b4; font-size: 14px; - height: 34px; + height: 32px; transition: opacity .2s; - width: 34px; + width: 32px; flex: 0 0 auto; }