Created
January 3, 2019 01:28
-
-
Save GABeech/056967e72e636a97b96eb046aa4c83db to your computer and use it in GitHub Desktop.
Show Controls No Tabs
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
/* hides the native tabs */ | |
.tabbrowser-tab { | |
visibility: collapse; | |
} | |
.tabs-newtab-button { | |
visibility: collapse; | |
} | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment