Skip to content

Instantly share code, notes, and snippets.

@flying-sheep
Created August 20, 2018 12:09
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 flying-sheep/d663084b076addb4f1622e0436926572 to your computer and use it in GitHub Desktop.
Save flying-sheep/d663084b076addb4f1622e0436926572 to your computer and use it in GitHub Desktop.
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment