Skip to content

Instantly share code, notes, and snippets.

@stevenmirabito
Last active August 13, 2022 19:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenmirabito/8621f1e35a0e8fc0b4b41088c0f56544 to your computer and use it in GitHub Desktop.
Save stevenmirabito/8621f1e35a0e8fc0b4b41088c0f56544 to your computer and use it in GitHub Desktop.
Firefox Quantum chrome overrides for tree tabs
#TabsToolbar {
height: 32px;
}
#TabsToolbar > .toolbar-items,
#TabsToolbar > .titlebar-spacer {
visibility: hidden
}
#nav-bar {
margin-top: -32px;
padding: 0 0 0 75px !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
#sidebar {
min-width: 100px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment