normal pinned tabs: set min-width for tab-content

This makes text overflow work properly, fixes #404
This commit is contained in:
MrOtherGuy
2024-09-07 21:21:11 +03:00
parent d08d7791fa
commit 3c18dabe86

View File

@@ -15,7 +15,10 @@ See the above repository for updates as well as full license text. */
position: initial !important;
display: flex !important
}
.tab-content{ min-width: 0 }
.tab-label-container[textoverflow]{
mask-image: linear-gradient(to left, transparent, black var(--tab-label-mask-size));
}
.tabbrowser-tab[pinned] > .tab-stack{ border: none !important; }
.tabbrowser-tab[pinned]::after{ position: static !important; margin-block: 0px 1px !important; }