From 517a473b94708ee238658429a5599c617746f90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 18 Apr 2014 14:32:50 +0200 Subject: [PATCH] Improve mobile readability by putting whitespace between messages, not lines This generally removes a lot of whitespace on mobile while still improving readability In particular, it makes it easier to see which lines belong together --- css/glowingbear.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 5e18545..857d098 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -374,7 +374,10 @@ h2 span, h2 small { } .bufferline { - line-height: 25px; + display: inline-block; + padding-top: 4px; + padding-bottom: 3px; + line-height: 15px; } #sidebar {