From: Darren <darren@darrenwhitlen.com>
Date: Thu, 14 Aug 2014 00:08:05 +0000 (+0100)
Subject: CLI theme 100% width nick list when narrow
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cea270581d7e2150fe84e10f1654d2ec88f6fe72;p=KiwiIRC.git

CLI theme 100% width nick list when narrow
---

diff --git a/client/assets/themes/cli/style.css b/client/assets/themes/cli/style.css
index 3ff7c7e..2f1c258 100644
--- a/client/assets/themes/cli/style.css
+++ b/client/assets/themes/cli/style.css
@@ -105,6 +105,8 @@
 
 
 #kiwi .right_bar { background:#252525; }
+#kiwi.narrow .right_bar { width:100%; }
+#kiwi.narrow .right_bar.disabled { width:0; }
 
 #kiwi .memberlists .meta {
     border-bottom: 1px solid #8A8A8A;