Skip to content

Instantly share code, notes, and snippets.

@Speedy37
Speedy37 / userChrome.css
Last active October 28, 2025 07:38
[Proton] button to tabs, sound icon, menu padding
#tabbrowser-tabs {
min-height: 33px !important;
}
.tab-label-container {
height: 29px !important;
}
/** Add small space at the top */
.tab-stack {
@intrnl
intrnl / proton-compact-userchrome.css
Last active January 20, 2023 13:35
Revert Firefox Proton to Photon compact
/**
* Moved to a new repository.
* https://github.com/intrnl/firefox-revert-proton
*/
:root {
--tab-min-height: 28px !important;
--toolbarbutton-inner-padding: 6px !important;
--toolbarbutton-outer-padding: 1px !important;
--toolbar-start-end-padding: 1px !important;