From 52e49399d14b4d8b951c0a175179afdbba6b2a74 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 20 Jan 2015 18:35:21 +0000 Subject: [PATCH] add a specific height to chatinput - the chat panel itself is already specifically 23px up, so anything other than that doesn't make sense --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 19ae7b2c..69a01b64 100644 --- a/style.css +++ b/style.css @@ -334,6 +334,7 @@ summary { padding: 0 2px; background: rgba(8, 48, 78, 0.9); width: 708px; + height: 23px; border: 1px solid #20A8B1; z-index: 3001; -webkit-box-sizing: border-box;