CSS
/****** Pinned Tab ******/
/* Pinned Tab width and marker */
.tabbrowser-tab[pinned] {
width: 120px !important;
}
.tabbrowser-tab[pinned] .tab-background:after {
content: "📌";
font-size: 12px;
right: -2px;
position: absolute;
top: -2px;
}
/* Pinned Tab label */
.tab-label-container[pinned] {
margin-inline-start: 5px !important; /* you can use this оr next string */
/* padding: 0 0 0 5px !important; /**/
/* visibility: hidden !important; /**/
}
Alles anzeigen

