Skip to content

Instantly share code, notes, and snippets.

@matthenning
Created November 2, 2022 10:03
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 matthenning/8c1692d26befa2a18395c0758d87614a to your computer and use it in GitHub Desktop.
Save matthenning/8c1692d26befa2a18395c0758d87614a to your computer and use it in GitHub Desktop.
Tree Tab Style without header and native tab bar
.tabbrowser-tab {
visibility: collapse;
}
#navigator-toolbox {
background-color: #2b2a33 !important;
}
.titlebar-button {
height: 32px !important;
}
#nav-bar {
margin-top: -37px;
margin-right: 140px;
box-shadow: none !important;
}
[uidensity="compact"]:root .titlebar-button {
height: 37px !important;
}
[uidensity="compact"]:root #nav-bar {
margin-top: -27px;
}
.titlebar-spacer {
background-color: var(--chrome-secondary-background-color);
}
.titlebar-buttonbox-container {
margin-top: 3px !important;
background-color: var(--chrome-secondary-background-color);
}
.titlebar-color {
background-color: var(--toolbar-bgcolor);
}
#main-window[inFullscreen="true"] #sidebar-box,
#main-window[inFullscreen="true"] #sidebar-box + splitter {
visibility: collapse;
}
#sidebar-box #sidebar-header {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment