From 63b0782750b8f2c2b576ef83d1437f3ac5bdc549 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Sun, 30 Jul 2023 10:14:37 +0200 Subject: [PATCH] Hotfix --- tree-style-tabs-new-tab-button-bottom.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tree-style-tabs-new-tab-button-bottom.html b/tree-style-tabs-new-tab-button-bottom.html index 04e7a5b..60adfc2 100644 --- a/tree-style-tabs-new-tab-button-bottom.html +++ b/tree-style-tabs-new-tab-button-bottom.html @@ -33,6 +33,10 @@ Simply add the CSS code below to TST's custom style option ("Advanced" > "Extra #tabbar ~ .after-tabs { display: flex !important; } + +:root { + --after-tabs-area-size: 20px; +}