This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Firefox 133.0 | |
| */ | |
| /* Removes the padding between pinned and unpinned tabs */ | |
| #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { | |
| margin-inline-start: 0 !important; | |
| } | |
| /* Makes the speaker icon to always appear if the tab is playing (not only on hover) */ |