Skip to content

Instantly share code, notes, and snippets.

View nblagoev's full-sized avatar

Nikolay Blagoev nblagoev

  • Sofia, Bulgaria
View GitHub Profile
@nblagoev
nblagoev / userChrome.css
Created April 12, 2025 11:54
firefox profile
/* Show pin tabs separator in expanded state */
#tabbrowser-tabs[expanded] > #vertical-pinned-tabs-container-separator {
display: block !important;
}
/* Hide pin tabs separator in expanded state with no pin tabs */
#vertical-pinned-tabs-container:empty + #vertical-pinned-tabs-container-separator {
display: none !important;
}