From 89ea7d20eaac3ec4ad1877c36cce45df1b3c859b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 24 Oct 2014 18:46:58 +0200 Subject: [PATCH] Restore space at the bottom of buffer lines --- css/glowingbear.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 8a28941..d8a657a 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -236,6 +236,7 @@ input[type=text], input[type=password], #sendMessage, .badge { width: auto; bottom: 35px; /* input bar */ padding-top: 42px; /* topbar */ + padding-bottom: 7px; -webkit-transition:0.35s ease all; transition:0.35s ease all; }