Skip to content

Instantly share code, notes, and snippets.

@merrickluo
Created October 29, 2019 01:33
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 merrickluo/0b1e1a604852a6fedac725dd025dada6 to your computer and use it in GitHub Desktop.
Save merrickluo/0b1e1a604852a6fedac725dd025dada6 to your computer and use it in GitHub Desktop.
titlebar gone but buttons remain
#main-window:not([tabsintitlebar="true"]) #TabsToolbar > .toolbar-items {
visibility: collapse !important;
}
#main-window #titlebar {
height: 0;
min-height: 0;
}
#main-window #titlebar .titlebar-spacer {
visibility: collapse;
}
#main-window #titlebar #TabsToolbar .titlebar-buttonbox-container {
position: absolute;
bottom: 10px;
}
/* hide tree style tab header */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment