Created
June 4, 2021 14:46
-
-
Save rpxio/ea13b13f2686417c331ccc9d6d403f81 to your computer and use it in GitHub Desktop.
firefox + treestyletab. remove toolbar and sidebar header.
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
/* Hide main tabs toolbar */ | |
#TabsToolbar { | |
visibility: collapse; | |
} | |
/* Hide sidebar header, when using Tree Style Tab. */ | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { | |
visibility: collapse; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment