From edc0e2e0ff75c0d38ea88a2cf3c7dbdea88adf87 Mon Sep 17 00:00:00 2001 From: Johan Stenehall Date: Wed, 25 Mar 2015 17:31:16 +0100 Subject: [PATCH] Hide badges for phones. --- css/glowingbear.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index f90c001..e1ed3c5 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -622,6 +622,10 @@ img.emojione { left: 40px; } + #topbar .badge { + display: none; + } + #topbar .actions { line-height: 35px; height: 35px;