From 8d7c7d8960f119e2f8274588593fdcfe47137754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 7 Jul 2018 12:54:22 +0200 Subject: [PATCH] Fix bufferlist item height on condensed layout Fixes #1012, based on @rain-1's suggestion --- css/glowingbear.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index e5faf52..4a54289 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -851,6 +851,11 @@ img.emojione { font-size: 14px; } + .nav-pills li.buffer { + min-height: 30px; + max-height: 30px; + } + .nav-pills li a { padding: 10px 15px; }