Created
May 27, 2021 08:47
-
-
Save Widdershin/889cb67a3b5733db3aa429b097d01b16 to your computer and use it in GitHub Desktop.
This file contains 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
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { | |
opacity: 0; | |
pointer-events: none; | |
} | |
#main-window:not([tabsintitlebar="true"]) #TabsToolbar { | |
visibility: collapse !important; | |
} | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { | |
display: none; | |
} | |
#sidebar { | |
min-width: 100px !important; | |
} | |
.contextual-identity-marker { | |
position: absolute !important; | |
pointer-events: none;Full Auto-show/hide Theme | |
z-index: 0; | |
bottom: 0 !important; | |
left: 0 !important; | |
right: 0 !important; | |
top: 0 !important; | |
width: unset !important; | |
height: unset !important; | |
opacity: 0.5; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment