Fix: Hidden - userChrome.sidebar.hidden_header -> userChrome.hidden.sidebar_header

This commit is contained in:
alstjr7375 2022-08-06 17:15:36 +09:00
parent b59c541a95
commit 09d3f461ea
5 changed files with 33 additions and 34 deletions

View file

@ -6515,19 +6515,6 @@
}
}
}
@supports -moz-bool-pref("userChrome.sidebar.hidden_header") {
@supports not -moz-bool-pref("userChrome.sidebar.hidden_header.vertical_tab_only") {
#sidebar-header {
display: none !important;
}
}
@supports -moz-bool-pref("userChrome.sidebar.hidden_header.vertical_tab_only") {
#sidebar-box:is([sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"], [sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"], [sidebarcommand="sidebartabs_asamuzak_jp-sidebar-action"])
#sidebar-header {
display: none !important;
}
}
}
/** Other UI ******************************************************************/
/*= Bookmark Bar - Centered ==================================================*/
@supports -moz-bool-pref("userChrome.bookmarkbar.centered") {
@ -7237,6 +7224,19 @@
}
}
}
@supports -moz-bool-pref("userChrome.hidden.sidebar_header") {
@supports not -moz-bool-pref("userChrome.hidden.sidebar_header.vertical_tab_only") {
#sidebar-header {
display: none !important;
}
}
@supports -moz-bool-pref("userChrome.hidden.sidebar_header.vertical_tab_only") {
#sidebar-box:is([sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"], [sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"], [sidebarcommand="sidebartabs_asamuzak_jp-sidebar-action"])
#sidebar-header {
display: none !important;
}
}
}
@supports -moz-bool-pref("userChrome.hidden.urlbar_iconbox") {
#identity-box[pageproxystate="valid"]
#identity-box[pageproxystate="valid"]