This commit is contained in:
FliegendeWurst 2023-07-30 10:14:37 +02:00
parent 5f1c5c2085
commit 63b0782750

View File

@ -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;
}
</pre>
</article>