Skip to content

Instantly share code, notes, and snippets.

@DCzajkowski
DCzajkowski / userChrome.css
Last active November 21, 2024 23:25
My CSS modifications to the current state of Proton design for Firefox (v90.0b4)
/*
* 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) */