From f7e0001ca3247993b970bec9ddda9332ca9c1875 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 14 Dec 2013 20:54:47 +0100 Subject: [PATCH] Consume less space on mobile --- css/glowingbear.css | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 983c98d..b423cf9 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -251,6 +251,9 @@ input[type=text], input[type=password], .badge { background-color: #181818; } @media (max-width: 968px) { + #topbar .title { + left: 36px; + } #sidebar, #bufferlines, #nicklist { position: relative; min-height: 0; @@ -264,10 +267,32 @@ input[type=text], input[type=password], .badge { text-align: center; } #bufferlines { - padding-bottom: 55px; /* navbar fixed bottom */ + padding-bottom: 38px; /* navbar fixed bottom */ } .navbar-fixed-bottom { - margin: 0 5px 0 5px; + margin: 0; + } + .navbar { + min-height: 0%; + } + #bufferlines td.time { + display: inline; + padding-right: 0; + } + #bufferlines td.prefix { + display: inline; + padding-right: 0; + border: 0; + } + #bufferlines td.message { + padding-left: 0; + display: inline; + } + #bufferlines td.prefix:before { + content: "<"; + } + #bufferlines td.prefix:after { + content: ">"; } } .color-light-green {