Skip to content

How to move the tab counter for folded tabs? #1751

Answered by ChilledMoth
klazoklazo asked this question in Q&A
Discussion options

You must be logged in to vote

Try increasing the values of the '--tabs-inner-gap' and '--tabs-height' variables to make up some room, e.g.:

#root.root {--tabs-inner-gap: 10px;}
#root.root {--tabs-height: 36px;}

To place the counter centered beneath the favicon, try the following rule:

.Tab .child-count {
  width: 16px;
  right: 0px;
  bottom: -10px;
  text-align: center;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@klazoklazo
Comment options

Answer selected by klazoklazo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants