From 56d7b4215e94b13671e21ec9334f884ed409bcb5 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Fri, 11 Oct 2013 23:53:19 +0200 Subject: [PATCH] Bufferlines need extra margin to not go under input bar --- css/glowingbear.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index a59bcce..07169fb 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -65,6 +65,7 @@ input#sendMessage { margin-left: 14%; width: auto; position: relative; + margin-bottom: 60px; } .text { word-wrap: break-word;