Allow quick actions to be shown in url bar

This commit is contained in:
Mauro Balades
2024-04-14 20:04:57 +02:00
parent 62fdd756b7
commit 89b882bf59
2 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ pref('cookiebanners.service.mode.privateBrowsing', 1);
pref('browser.urlbar.unitConversion.enabled', true); pref('browser.urlbar.unitConversion.enabled', true);
pref('browser.urlbar.trending.featureGate', false); pref('browser.urlbar.trending.featureGate', false);
pref('browser.urlbar.weather.featureGate', true); pref('browser.urlbar.weather.featureGate', true);
pref('browser.urlbar.quickactions.enabled', true);
// new tab page // new tab page
pref('browser.newtabpage.activity-stream.feeds.topsites', false); pref('browser.newtabpage.activity-stream.feeds.topsites', false);

View File

@@ -237,12 +237,12 @@ panel {
box-shadow: none; box-shadow: none;
} }
toolbarbutton:not( toolbarbutton:not(:is(
#appMenu-fxa-label2, #appMenu-fxa-label2,
.subviewbutton-iconic, .subviewbutton-iconic,
.zen-sidebar-action-button, .zen-sidebar-action-button,
.all-tabs-close-button .all-tabs-close-button
), )),
#PanelUI-zen-profiles menuitem { #PanelUI-zen-profiles menuitem {
/** ADD HERE ALL TYPES OF BUTTONS THAT WANT TO LOOK CHROME LIKE!!! */ /** ADD HERE ALL TYPES OF BUTTONS THAT WANT TO LOOK CHROME LIKE!!! */
margin: 0 !important; margin: 0 !important;