FlyingFox icon indicating copy to clipboard operation
FlyingFox copied to clipboard

Weird padding in hamburger menu

Open NotAdi opened this issue 3 years ago • 2 comments

Issue The hamburger menu items are have shifted to the right

To Reproduce Steps to reproduce the behavior:

  1. Click the hamburger menu at the top right

Screenshots Screenshot_2021-06-02-12-49-52_1920x1080

Firefox Version: Firefox version:89

NotAdi avatar Jun 02 '21 07:06 NotAdi

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

8u6-57r34k avatar Jun 06 '21 21:06 8u6-57r34k

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

NotAdi avatar Jun 06 '21 21:06 NotAdi