From 8190e7a256cd282b3a8c6d3c53c5c52c0a5944bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 24 Oct 2014 12:42:13 +0200 Subject: [PATCH] Fix bufferlist spacing on mobile The current version is much too tight to hit, and for some reason I only fixed it in the cordova branch. This should go into master, though. --- css/glowingbear.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 8a28941..fb592a6 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -557,6 +557,10 @@ li.buffer.indent.private a { min-height: 0%; } + .nav-pills > li > a { + padding: 10px 15px; + } + #bufferlines { height: 100%; padding-bottom: 0;