From 4ef08c806418b4bfb7c4612870177fafab5ce208 Mon Sep 17 00:00:00 2001 From: Emir Date: Sun, 15 Nov 2020 21:42:52 +0300 Subject: [PATCH] decrease tab limit and minimum width of non-current tabs --- mods/core/tabs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/core/tabs.css b/mods/core/tabs.css index 491940c..41c53fb 100644 --- a/mods/core/tabs.css +++ b/mods/core/tabs.css @@ -109,10 +109,10 @@ body, align-items: center; } #tabs .tab:not(.new):not(.current) { - flex: 1 1 60px; - min-width: 60px; + flex: 1 1 30px; + min-width: 30px; } -#tabs button:nth-child(17) { +#tabs button:nth-child(16) { display: none; opacity: 0; }