From f86b1081c74e242f22d2c26726b17e551040b3b1 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 17 Sep 2014 12:05:26 +0200 Subject: [PATCH] fix gap between input and content --- css/glowingbear.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 7eed294..e92d6f4 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -234,13 +234,13 @@ input[type=text], input[type=password], #sendMessage, .badge { height: 100%; overflow-y: auto; width: auto; - bottom: 42px; + bottom: 35px; /* input bar */ padding-top: 42px; /* topbar */ -webkit-transition:0.35s ease all; transition:0.35s ease all; } #bufferlines > table { - margin-top: 35px; + margin-top: 35px; width: 100%; } tr.bufferline {