Is it possible to show child tab count while expanded #3135
Answered
by
piroor
Vindickator
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
piroor
May 31, 2022
Replies: 2 comments
-
You need to cancel this declaration: treestyletab/webextensions/sidebar/styles/base.css Lines 629 to 632 in db88d8b For example: tab-item[data-child-ids]:not(.subtree-collapsed) .counter {
display: initial !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vindickator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to cancel this declaration:
treestyletab/webextensions/sidebar/styles/base.css
Lines 629 to 632 in db88d8b
For example: