Skip to content

Instantly share code, notes, and snippets.

@tiagoad
Created January 6, 2019 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagoad/c85f9752033b1d78d23c5bae73733730 to your computer and use it in GitHub Desktop.
Save tiagoad/c85f9752033b1d78d23c5bae73733730 to your computer and use it in GitHub Desktop.
No tabs, No sidebar title. FF Quantum @ MacOS
/* Hide sidebar title for TST */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
/* From https://github.com/Timvde/UserChrome-Tweaks/blob/master/tabs/hide-tabs-macos.css */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* This style will hide the tab bar. For MacOS
*
* Contributor(s): Isaac-Newt, Ivan0xFF
*/
#TabsToolbar {
height: 22px !important;
visibility: collapse;
}
.tabbrowser-tabs {
height: 22px !important;
visibility: collapse;
}
#tabbrowser-tabs {
visibility: collapse;
height: 22px !important;
}
#nav-bar{
border-top-width: 0px !important;
}
/* Position window controls */
#titlebar-buttonbox-container {
margin-left: 5px !important;
margin-top: 5px !important;
}
/*
* Make room for window controls.
* Only apply this style when not in fullscreen mode.
*/
#main-window:not([inFullscreen]) #nav-bar{
padding: 0px 5px 0px 75px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment