From f66623db9bc17b84adb79ce9f5f3273661b82644 Mon Sep 17 00:00:00 2001 From: Lorenz H-S <lorenz-dev@lgh-alumni.de> Date: Sat, 14 Dec 2013 22:35:10 +0000 Subject: [PATCH] Improve mobile layout * more densely packed channel switching buttons (increased their size to better match android design guidelines) * disable zooming * disable scrolling to the side --- css/glowingbear.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index afb7afe..1ee0026 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -287,6 +287,23 @@ input[type=text], input[type=password], .badge { #bufferlines td.prefix:after { content: ">"; } + .nav li.bufferfilter { + margin-top: 2px; + height: 47px; + } + .nav li form, .nav li form input { + height: 100%; + } + .nav-stacked li { + float: left; + } + .nav-stacked li a { + min-width: 80px; + padding: 15px; + } + .hide-mobile { + display: none; + } } .color-light-green { color: chartreuse;