Skip to content

Instantly share code, notes, and snippets.

@MilesCranmer
Created December 5, 2022 21:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MilesCranmer/87c20cad79dc424c6d3644bfdc59ead0 to your computer and use it in GitHub Desktop.
Save MilesCranmer/87c20cad79dc424c6d3644bfdc59ead0 to your computer and use it in GitHub Desktop.
Sidebery customization with proper hiding
#main-window[titlepreface*="[Sidebery]"] #TabsToolbar {
visibility: collapse !important;
}
#sidebar-header {
display: none;
}
#main-window #TabsToolbar {
overflow: hidden;
transition: height .3s .3s !important;
visibility: visible !important;
}
#sidebar-box #sidebar-header {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment