From 6c604a21d0dce4d9cc04d53f481c5032c820bf1a Mon Sep 17 00:00:00 2001 From: Simon Cooksey Date: Mon, 25 Sep 2017 15:00:04 +0100 Subject: [PATCH] Tweak to the CSS for the nicklist This removes the funny empty space at the bottom of the nick list when it is scrollable. --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 51d2a78..f9b204c 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -271,7 +271,7 @@ input[type=text], input[type=password], #sendMessage { overflow-x: hidden; right: 0; top: 0; - padding-top: 39px; + margin-top: 39px; padding-left: 5px; padding-bottom: 35px; z-index: 2;