Created
September 6, 2023 13:40
-
-
Save AfzalivE/576c64c8a48d41199dc43c115d3240bb to your computer and use it in GitHub Desktop.
Sidebery my first settings
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
#root.root {--tabs-font: 1rem -apple-system;} | |
#root.root {--tabs-indent: 12px;} | |
#root.root {--tabs-inner-gap: 5px;} | |
#root.root {--tabs-count-font: 0.625rem -apple-system;} | |
#root.root {--general-border-radius: 8px;} | |
#root.root {--d-fast: 0.1s;} | |
#root.root {--btn-border-radius: 8px;} | |
#root.root {--search-border-radius: 8px;} | |
#root.root {--history-item-height: 36px;} | |
#root.root {--history-item-border-radius: 8px;} | |
#root.root {--tabs-pinned-height: 36px;} | |
#root.root {--tabs-pinned-width: 36px;} | |
#root.root {--tabs-lvl-opacity: 0.16;} | |
#root.root {--tabs-height: 36px;} | |
#root.root {--tabs-border-radius: 8px;} |
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 */ | |
#TabsToolbar { | |
visibility: collapse; | |
} | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] | |
#sidebar-header { | |
display: none; | |
} | |
#sidebar-header { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment