Skip to content

Instantly share code, notes, and snippets.

@sandsalamand
sandsalamand / userChrome.css
Created January 24, 2025 11:58
Firefox menu bar collapse for Tree Style Tabs
/*
Made for Firefox version 134.0.2, and designed to be used with the Tree Style Tabs extension
This css collapses the menu bar and horizontal tabs at the top of the browser,
and moves the minimize, restore, and close buttons to the right of the hamburger icon button
This uses some code from the TST wiki, https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules
The examples there did not work for me or had pixel-offset issues, so the below is a result of extensive modifications
Known issue: when the browser window is very small, the top-right buttons overlap with the search bar