Reviews for Pin Tab-Groups
Pin Tab-Groups by Thomas
Review by Rahul Amaram
Rated 5 out of 5
by Rahul Amaram, 2 days agoWorks as expected.
One correction though. The CSS that you provided did not work. This did.
.tabbrowser-tab[label="Placeholder"] {
min-width: 1px !important;
max-width: 1px !important;
padding: 0 !important;
margin: 0 !important;
background: #808080 !important;
opacity: 0.9 !important;
}
One correction though. The CSS that you provided did not work. This did.
.tabbrowser-tab[label="Placeholder"] {
min-width: 1px !important;
max-width: 1px !important;
padding: 0 !important;
margin: 0 !important;
background: #808080 !important;
opacity: 0.9 !important;
}
2 reviews
- Rated 1 out of 5by acorbin91, 4 months agoI tried what the instructions said but I don't think it actually did anything? Maybe I'm misunderstanding, but this doesn't seem to actually do anything?