Skip to content

Instantly share code, notes, and snippets.

@jcupitt
Created December 6, 2021 17:55
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 jcupitt/ba7ac677fc2b3f52758726460d67c351 to your computer and use it in GitHub Desktop.
Save jcupitt/ba7ac677fc2b3f52758726460d67c351 to your computer and use it in GitHub Desktop.
user chrome for tree-style tabs
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar
> .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#sidebar-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment