Created
December 4, 2018 19:36
-
-
Save atondwal/e4740c2c0762913090a52e3960a04b70 to your computer and use it in GitHub Desktop.
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 various elements */ | |
#back-button[disabled = "true"], | |
#forward-button[disabled = "true"], | |
#new-tab-button, | |
.scrollbutton-down, | |
.scrollbutton-up | |
{ display: none !important; } | |
/* Hide splitter, when using Tree Style Tab. */ | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] + #sidebar-splitter { | |
opacity: 0; | |
margin-right: -30px !important; | |
width: 30px !important; | |
border: none !important; | |
} | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { | |
display: none; | |
} | |
#sidebar { min-width: 10px !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment