From 6ad4ad20b89d6e69cbefb6998a86c66d693a5de6 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 30 Dec 2012 01:04:33 +0000 Subject: [PATCH] Client: Tab sizing when in narrow mode --- client/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 1b16a5c..8cc10c7 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -471,6 +471,7 @@ html, body { height:100%; } #kiwi.theme_relaxed #toolbar .app_tools { width:200px; padding-left:10px; color:#D4D4D4; } +#kiwi.theme_relaxed.narrow #toolbar #tabs { margin-right:0; } #kiwi.theme_relaxed.narrow #toolbar .app_tools { width:auto; } #kiwi.theme_relaxed #toolbar .app_tools ul li { font-size:26px; -- 2.25.1