Skip to content

Instantly share code, notes, and snippets.

@jonhoo
Created June 5, 2018 05:34
Show Gist options
  • Save jonhoo/21ede33321c38352de8f9e478d0221ee to your computer and use it in GitHub Desktop.
Save jonhoo/21ede33321c38352de8f9e478d0221ee to your computer and use it in GitHub Desktop.
Firefox tabs-on-bottom
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* tabs on bottom of window */
#navigator-toolbox { -moz-box-ordinal-group: 10; }
#TabsToolbar { -moz-box-ordinal-group: 10; }
#PopupAutoCompleteRichResult {
margin-top: -35vh;
/*
position: fixed;
bottom: 74px;
margin-left: 0 !important;
*/
}
#PopupAutoCompleteRichResult > hbox { display: none; }
.tab-background { border-top: none !important; }
#navigator-toolbox::after { border: none; }
#TabsToolbar .tabbrowser-arrowscrollbox,
#tabbrowser-tabs, .tab-stack { min-height: 28px !important; }
.tabbrowser-tab { font-size: 80%; }
.tab-content { padding: 0 5px; }
.tab-close-button .toolbarbutton-icon { width: 12px !important; height: 12px !important; }
@ofttryaj
Copy link

ofttryaj commented Dec 24, 2019

the dialog is also on the bottom, the firefox version is 71
image

@LorenzISR
Copy link

Hey, this does not work anymore. Did you update it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment