chore: Update browser preferences and CSS styles

This commit is contained in:
Mauro Balades
2024-07-09 17:00:50 +02:00
parent 8acae4deb3
commit eece97990d
2 changed files with 7 additions and 1 deletions

View File

@@ -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);

View File

@@ -13,7 +13,7 @@
toolbox#navigator-toolbox,
#browser {
background: transparent !important;
}
}
#browser {
width: 100%;