Skip to content

Instantly share code, notes, and snippets.

View andersjohansson's full-sized avatar

Anders Johansson andersjohansson

View GitHub Profile
@andersjohansson
andersjohansson / userChrome.css
Last active December 5, 2019 10:47 — forked from shvchk/userChrome.css
Floating auto-shrinking sidebar for vertical tabs via Tab Center Redux. Video demo: https://youtu.be/Y_rTY8tTAO8
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul") {
/* Windows users might also want to consider setting
* browser.tabs.drawInTitlebar to false in about:config
*/
#TabsToolbar {
visibility: collapse !important;
}