From 4fb134263f88267d314bb86b70c4f595810cc357 Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 12 Apr 2013 22:27:59 +0100 Subject: [PATCH] Client: Tabs: stop channel name dropping down 1em when too long --- client/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 33a17d1..1ff2bbb 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -572,7 +572,7 @@ html, body { height:100%; } #kiwi.theme_relaxed.chanlist_treeview #toolbar > div { margin-left:160px; } #kiwi.theme_relaxed.chanlist_treeview #toolbar #tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:160px; background:#1B1B1B; overflow-y:auto; } #kiwi.theme_relaxed.chanlist_treeview #tabs ul li { display:block; float:none; } -#kiwi.theme_relaxed.chanlist_treeview #tabs ul li .activity { float:right; } +#kiwi.theme_relaxed.chanlist_treeview #tabs ul li .activity { position:absolute; right:5px; } #kiwi.theme_relaxed.chanlist_treeview #tabs ul li.active { margin-right:0; border-right-width:0; -- 2.25.1