Skip to content

Instantly share code, notes, and snippets.

@rakinishraq
Created November 4, 2023 11:35
Show Gist options
  • Save rakinishraq/5815b4749a6279dd30be24b20a683da8 to your computer and use it in GitHub Desktop.
Save rakinishraq/5815b4749a6279dd30be24b20a683da8 to your computer and use it in GitHub Desktop.
Hide tabs and Windows buttons (for Tree Style Tabs)
#titlebar {
visibility: collapse;
}
#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