FlyingFox
FlyingFox copied to clipboard
Weird padding in hamburger menu
Issue The hamburger menu items are have shifted to the right
To Reproduce Steps to reproduce the behavior:
- Click the hamburger menu at the top right
Screenshots
Firefox Version: Firefox version:89
Disabling the proton UI solved the issue for me.
Added the following to the user.js:
user_pref("browser.proton.contextmenus.enabled", false);
user_pref("browser.proton.doorhangers.enabled", false);
user_pref("browser.proton.enabled", false);
user_pref("browser.proton.modals.enabled", false);
user_pref("browser.proton.places-tooltip.enabled", false);
Disabling the proton UI solved the issue for me.
Added the following to the user.js:
user_pref("browser.proton.contextmenus.enabled", false); user_pref("browser.proton.doorhangers.enabled", false); user_pref("browser.proton.enabled", false); user_pref("browser.proton.modals.enabled", false); user_pref("browser.proton.places-tooltip.enabled", false);
Thanks!!! This worked for me as well