From 2372acf20902432565d079ebc64a4cfbcd3791d1 Mon Sep 17 00:00:00 2001 From: Johan Stenehall Date: Tue, 24 Mar 2015 22:57:36 +0100 Subject: [PATCH 1/3] Remove topic and add channel name for mobile * Removing topic from topbar. * Adding channel name to the topbar. This is done using visible-lg from bootstrap. As of v3.2.0 it's replaced by visible-lg-block. But that doesn't exist in v3.1.1 that's currently being used by glowing-bear. --- css/glowingbear.css | 2 ++ index.html | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index f90c001..ca39920 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -620,6 +620,8 @@ img.emojione { #topbar .title { left: 40px; + right: 60px; + text-align: center; } #topbar .actions { diff --git a/index.html b/index.html index 996975e..27d1a9c 100644 --- a/index.html +++ b/index.html @@ -222,9 +222,13 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel +
- + + +
+
+
+
+ +
From bf706d1483baa59d5e1e47e6381eb8ebf3ff87fa Mon Sep 17 00:00:00 2001 From: Johan Stenehall Date: Wed, 25 Mar 2015 00:41:31 +0100 Subject: [PATCH 3/3] Add prefix for buffers in topbar --- css/glowingbear.css | 9 +++++---- index.html | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index ca39920..715a17b 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -114,6 +114,7 @@ input[type=text], input[type=password], #sendMessage, .badge { left: 145px; /* sidebar */ overflow: hidden; } + #topbar .actions { margin-left: 5px; padding-left: 5px; @@ -492,20 +493,20 @@ h2 span, h2 small { } } /* bold hash before channels */ -li.buffer.channel a span:last-of-type:before { +li.buffer.channel a span:last-of-type:before, #topbar .title .channel:before { color: #888; font-weight: bold; } -li.buffer.channel_hash a span:last-of-type:before { +li.buffer.channel_hash a span:last-of-type:before, #topbar .title .channel_hash:before { content: '#'; } -li.buffer.channel_plus a span:last-of-type:before { +li.buffer.channel_plus a span:last-of-type:before, #topbar .title .channel_plus:before { content: '+'; } -li.buffer.channel_ampersand a span:last-of-type:before { +li.buffer.channel_ampersand a span:last-of-type:before, #topbar .title .channel_ampersand:before { content: '&'; } diff --git a/index.html b/index.html index 7d63955..0875171 100644 --- a/index.html +++ b/index.html @@ -225,7 +225,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
- +