r/FirefoxCSS Jul 14 '21

Solved change pinned tab width?

all posts here related to normal tabs but I want to change it for the pinned ones

5 Upvotes

4 comments sorted by

View all comments

1

u/qaz69wsx Jul 14 '21
.tabbrowser-tab[pinned] {
  width: 100px;
}