mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 03:03:18 -08:00
Fix: Hidden - userChrome.sidebar.hidden_header -> userChrome.hidden.sidebar_header
This commit is contained in:
parent
b59c541a95
commit
09d3f461ea
5 changed files with 33 additions and 34 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue