From 5a7ed13c705f106a5570e9cfa988b2c88a7cec57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 22 Feb 2014 11:38:45 +0000 Subject: [PATCH] Increase size of bufferlines on mobile We had 10px+2% space on the bottom, that's pretty wasteful --- css/glowingbear.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 41bd865..7fa16e3 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -378,6 +378,11 @@ table.notimestamp td.time { min-height: 0%; } + #bufferlines { + height: 100%; + padding-bottom: 0; + } + #bufferlines td.time { display: inline; padding-right: 0;