From 738c61350e054fd63aea6714c8ee59c0362e624b Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Mon, 14 Apr 2014 17:18:18 +0200 Subject: [PATCH] Added user count --- client/css/style.css | 5 ++++- client/index.html | 4 ++++ client/js/chat.js | 7 +------ node_modules/slate-irc | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index da240f11..7b6298b7 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -189,8 +189,11 @@ h2 { top: 0; width: 160px; } +#chat .users .count { + color: #bbb; + padding: 0 8px; +} #chat .users .user { - display: block; padding: 0 8px; } #chat .messages { diff --git a/client/index.html b/client/index.html index bc7ae387..df8e3296 100644 --- a/client/index.html +++ b/client/index.html @@ -39,6 +39,7 @@ + @@ -97,6 +98,9 @@ {{/channels}}