Skip to content

Instantly share code, notes, and snippets.

@amaya382
amaya382 / tabs_to_bottom.css
Last active June 30, 2018 08:35 — forked from Arty2/tabs_to_bottom.css
Firefox CSS to move tabs and adress bar to bottom of window. Use with Stylish or userChrome.css (works with Firefox 57+)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* tabs to bottom */
#browser-panel { /* Deprecated since FF 59 */
-moz-box-direction: reverse;
padding: 0 !important;
}
#navigator-toolbox {
-moz-box-ordinal-group: 2;