This commit is contained in:
vinceliuice 2023-05-30 01:05:16 +08:00
parent 6bbad55594
commit 67d554e974
3 changed files with 13 additions and 0 deletions

View file

@ -113,10 +113,15 @@ tab[selected]:-moz-window-inactive {
.tab-label-container {
min-width: 0 !important;
}
.tabbrowser-tab:not([pinned]) .tab-label-container {
max-width: min-content !important;
}
.tabbrowser-tab[pinned] .tab-label-container {
display: none !important;
}
.tab-throbber:not([pinned]), .tab-icon-pending:not([pinned]), .tab-icon-image:not([pinned]), .tab-sharing-icon-overlay:not([pinned]), .tab-icon-overlay:not([pinned]) {
margin-inline-end: 0 !important;
}

View file

@ -0,0 +1,4 @@
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m6 10.26v-4.5198c0-0.45198 0.45198-0.67797 0.79096-0.45198l3.9548 2.2599c0.33898 0.22599 0.33898 0.79096 0 1.0169l-3.8418 2.1469c-0.33898 0.22599-0.90395 0-0.90395-0.45198z" fill="#dfdfdf"/>
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" fill="#dfdfdf"/>
</svg>

After

Width:  |  Height:  |  Size: 457 B

View file

@ -733,6 +733,10 @@ treechildren::-moz-tree-image {
filter: invert(60%) brightness(150%);
}
.tab-icon-overlay[activemedia-blocked] {
list-style-image: url("../icons/tab-audio-blocked-small-light.svg") !important;
}
.tab-icon-overlay[soundplaying] {
list-style-image: url("../icons/audio-playing-symbolic-light.svg") !important;
}