From 6c604a21d0dce4d9cc04d53f481c5032c820bf1a Mon Sep 17 00:00:00 2001 From: Simon Cooksey Date: Mon, 25 Sep 2017 15:00:04 +0100 Subject: [PATCH 1/3] 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; From 4d35d7d4b9844a4e089005e2f2de5822b6a1e61a Mon Sep 17 00:00:00 2001 From: Simon Cooksey Date: Fri, 6 Oct 2017 15:48:23 +0100 Subject: [PATCH 2/3] Update glowingbear.css --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index f9b204c..3682eed 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -273,7 +273,7 @@ input[type=text], input[type=password], #sendMessage { top: 0; margin-top: 39px; padding-left: 5px; - padding-bottom: 35px; + padding-bottom: 39px; z-index: 2; } #nicklist ul { From 61a6490de86477a2e20718df1cd1713ac81dc504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 9 Oct 2017 09:39:12 +0200 Subject: [PATCH 3/3] Increase nicklist bottom padding a bit --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 3682eed..9b9e16c 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -273,7 +273,7 @@ input[type=text], input[type=password], #sendMessage { top: 0; margin-top: 39px; padding-left: 5px; - padding-bottom: 39px; + padding-bottom: 44px; z-index: 2; } #nicklist ul {