akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird padding in hamburger menu

NotAdi opened this issue · 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

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