Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Weird padding in hamburger menu #81

Open
NotAdi opened this issue Jun 2, 2021 · 2 comments
Open

Weird padding in hamburger menu #81

NotAdi opened this issue Jun 2, 2021 · 2 comments

Comments

@NotAdi
Copy link

NotAdi commented Jun 2, 2021

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

@mustard-parfait
Copy link

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

@NotAdi
Copy link
Author

NotAdi commented Jun 6, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants