Created
December 5, 2022 21:32
-
-
Save MilesCranmer/87c20cad79dc424c6d3644bfdc59ead0 to your computer and use it in GitHub Desktop.
Sidebery customization with proper hiding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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