diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 3a32d36b7..42c426805 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -37,6 +37,12 @@ pref('browser.display.focus_ring_style', 0); pref('browser.display.focus_ring_width', 0); pref('browser.privateWindowSeparation.enabled', false); // WINDOWS +pref('browser.newtabpage.activity-stream.newtabWallpapers.enabled', true); +pref('browser.translations.newSettingsUI.enable', true); + +pref("browser.urlbar.trimHttps", true); +pref("browser.urlbar.untrimOnUserInteraction.featureGate", true); + // Cookie banner handling (reject by default) pref('cookiebanners.service.mode', 1); diff --git a/src/toolkit/content/zen-xul.css b/src/toolkit/content/zen-xul.css index cba001f2a..f0b8d5072 100644 --- a/src/toolkit/content/zen-xul.css +++ b/src/toolkit/content/zen-xul.css @@ -13,7 +13,7 @@ toolbox#navigator-toolbox, #browser { background: transparent !important; -} +} #browser { width: 100%;