Created
January 11, 2019 00:21
-
-
Save whywaita/3b68db75ce7bfdee7ab9264231144eb3 to your computer and use it in GitHub Desktop.
tree style tab extension style (hide top of tab, display space)
This file contains hidden or 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
#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