From d8457fc37cc1cf785799860cbdc47714a4dbf893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 27 Mar 2015 09:46:02 +0100 Subject: [PATCH] Adjust topbar sizes Increase mobile title bar size 22px seems to be a standard tap target The bear needs to be a bit bigger on mobile because of borders etc --- css/glowingbear.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 5ecb660..e55dbb6 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -121,7 +121,7 @@ input[type=text], input[type=password], #sendMessage, .badge { padding-right: 5px; height: 35px; line-height: 35px; - font-size: 16px; + font-size: 22px; position: fixed; right: 0; } @@ -638,19 +638,17 @@ img.emojione { left: 40px; right: 60px; text-align: center; + font-size: 18px; } #topbar .brand img { - height: 20px; + height: 28px; } #topbar .badge { display: none; } - #topbar .actions { - font-size: 16px; - } #bufferlines, #nicklist { position: relative;