From 4c56d096ace29cbd99c56a07bd0a65995559aff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 22 Feb 2014 11:14:37 +0000 Subject: [PATCH] Thinner scrollbars and larger buttons on mobile Give those buttons a size where there's at least a chance to hit them with a finger --- css/glowingbear.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 0149750..41bd865 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -342,6 +342,14 @@ table.notimestamp td.time { left: 40px; } + #topbar .actions { + line-height: 30px; + font-size: 30px; + margin-right: 0; + height: 32px; + padding-top: 3px; + } + #bufferlines, #nicklist { position: relative; min-height: 0; @@ -393,4 +401,9 @@ table.notimestamp td.time { #bufferlines td.prefix:after { content: ">"; } + + ::-webkit-scrollbar { + width: 5px; + height: 5px; + } }