finally embrace the sidebar revamp
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
"sidebar.position_start" = false;
|
"sidebar.position_start" = false;
|
||||||
|
|
||||||
# new sidebar
|
# new sidebar
|
||||||
"sidebar.revamp" = if tablet then true else false;
|
"sidebar.revamp" = true;
|
||||||
"sidebar.verticalTabs" = if tablet then true else false;
|
"sidebar.verticalTabs" = true;
|
||||||
"browser.tabs.hoverPreview.enabled" = false;
|
"browser.tabs.hoverPreview.enabled" = false;
|
||||||
"browser.tabs.hoverPreview.showThumbnails" = false;
|
"browser.tabs.hoverPreview.showThumbnails" = false;
|
||||||
"browser.tabs.groups.hoverPreview.enabled" = false;
|
"browser.tabs.groups.hoverPreview.enabled" = false;
|
||||||
@@ -96,6 +96,9 @@
|
|||||||
"browser.search.openintab" = true;
|
"browser.search.openintab" = true;
|
||||||
"browser.urlbar.openintab" = true;
|
"browser.urlbar.openintab" = true;
|
||||||
|
|
||||||
|
# AI
|
||||||
|
"browser.ml.chat.page" = false;
|
||||||
|
|
||||||
/* Arkenfox Begin */
|
/* Arkenfox Begin */
|
||||||
|
|
||||||
/* 0320: disable recommendation pane in about:addons (uses Google Analytics) ***/
|
/* 0320: disable recommendation pane in about:addons (uses Google Analytics) ***/
|
||||||
@@ -173,16 +176,19 @@
|
|||||||
"browser.contentblocking.category" = "strict";
|
"browser.contentblocking.category" = "strict";
|
||||||
};
|
};
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
/* Hide tab bar in FF Quantum */
|
/* For old sidebar */
|
||||||
@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {
|
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||||
#TabsToolbar {
|
display: none;
|
||||||
visibility: collapse !important;
|
|
||||||
margin-bottom: 21px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
/* Remove sidebar revamp */
|
||||||
visibility: collapse !important;
|
#sidebar-panel-header {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Allow complete collapse of sidebar revamp */
|
||||||
|
#sidebar-main:not([sidebar-launcher-expanded]) {
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user