Skip to content

Instantly share code, notes, and snippets.

@whywaita
Created January 11, 2019 00:21
Show Gist options
  • Save whywaita/3b68db75ce7bfdee7ab9264231144eb3 to your computer and use it in GitHub Desktop.
Save whywaita/3b68db75ce7bfdee7ab9264231144eb3 to your computer and use it in GitHub Desktop.
tree style tab extension style (hide top of tab, display space)
#TabsToolbar {
visibility: collapse !important;
}
#sidebar-header {
display: none;
}
/*
#titlebar {
display: none !important;
}
*/
#nav-bar {
margin-top: 33px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment