mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-02 05:21:40 -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"]
|
||||
|
|
|
|||
|
|
@ -12,6 +12,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.hidden.sidebar_header") {
|
||||
@include NotOption("userChrome.hidden.sidebar_header.vertical_tab_only") {
|
||||
#sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.hidden.urlbar_iconbox") {
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
@include NotOption("userChrome.sidebar.hidden_header.vertical_tab_only") {
|
||||
#sidebar-header {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("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;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1 @@
|
|||
@import "overlap";
|
||||
|
||||
@include Option("userChrome.sidebar.hidden_header") {
|
||||
@import "hidden";
|
||||
}
|
||||
|
|
|
|||
4
user.js
4
user.js
|
|
@ -87,6 +87,8 @@ user_pref("userChrome.rounding.square_tab", false);
|
|||
|
||||
// user_pref("userChrome.hidden.tabbar", true);
|
||||
// user_pref("userChrome.hidden.navbar", true);
|
||||
// user_pref("userChrome.hidden.sidebar_header", true);
|
||||
// user_pref("userChrome.hidden.sidebar_header.vertical_tab_only", true);
|
||||
// user_pref("userChrome.hidden.urlbar_iconbox", true);
|
||||
// user_pref("userChrome.hidden.selected_tab", true);
|
||||
// user_pref("userChrome.hidden.disabled_menu", true);
|
||||
|
|
@ -137,8 +139,6 @@ user_pref("userChrome.rounding.square_tab", false);
|
|||
// user_pref("userChrome.panel.full_width_separator", true);
|
||||
// user_pref("userChrome.panel.full_width_padding", true);
|
||||
|
||||
// user_pref("userChrome.sidebar.hidden_header", true);
|
||||
// user_pref("userChrome.sidebar.hidden_header.vertical_tab_only", true);
|
||||
// user_pref("userChrome.sidebar.overlap", true);
|
||||
|
||||
// user_pref("userChrome.icon.account_image_to_right", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue