Skip to content

Instantly share code, notes, and snippets.

@Widdershin
Created May 27, 2021 08:47
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 Widdershin/889cb67a3b5733db3aa429b097d01b16 to your computer and use it in GitHub Desktop.
Save Widdershin/889cb67a3b5733db3aa429b097d01b16 to your computer and use it in GitHub Desktop.
#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-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
#sidebar {
min-width: 100px !important;
}
.contextual-identity-marker {
position: absolute !important;
pointer-events: none;Full Auto-show/hide Theme
z-index: 0;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
width: unset !important;
height: unset !important;
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment