From cea270581d7e2150fe84e10f1654d2ec88f6fe72 Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 14 Aug 2014 01:08:05 +0100 Subject: [PATCH] CLI theme 100% width nick list when narrow --- client/assets/themes/cli/style.css | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.25.1