diff --git a/css/glowingbear.css b/css/glowingbear.css index fd021fa..b556e46 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -216,7 +216,13 @@ input[type=text], input[type=password], #sendMessage { display:block!important; } -#sidebar .badge { + +#sidebar .buffer .badge { + display: none; +} + +#sidebar .buffer.unread .badge, #sidebar .buffer.notification .badge { + display: inline-block; border-radius: 0; margin-right: -10px; padding: 4px 7px; diff --git a/index.html b/index.html index dba7410..5049fcf 100644 --- a/index.html +++ b/index.html @@ -271,9 +271,19 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel -