profiles/gui: Moved to tree-style-tab

This commit is contained in:
kat witch 2021-04-30 00:49:02 +01:00
parent b92022a848
commit b402cb6c2e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 11 additions and 11 deletions

View file

@ -34,7 +34,7 @@ in {
refined-github
stylus
terms-of-service-didnt-read
tabcenter-reborn
tree-style-tab
tridactyl
ublock-origin
violentmonkey

View file

@ -1,15 +1,15 @@
{ profile }:
''
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#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="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header {
visibility: collapse;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
''