Ubuntu 18.04 / Firefox 68 / Tabs on bottom

Jul 21, 2019 01:16

userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* do not remove */

#TabsToolbar {
   position: fixed;
   bottom: 0em;
   width: 100%;
}

.browserContainer > findbar {
  -moz-box-ordinal-group: 0;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

ubuntu, #tabbrowser, #tabstoolbar, firefox

Previous post Next post
Up