We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking on an extension icon to open it, the entire Firefox UI disappears and the browser reloads.
The text was updated successfully, but these errors were encountered:
So the problem is animation. I removed it until I can fix it. Redownload userChrome.css or zip https://github.com/datguypiko/Firefox-Mod-Blur/releases/tag/v2.14
Or you can remove this from end of UserChrome.css
/* Menu panels open animation */ panel[type="arrow"][animate][animate="open"] { animation: mod-panel-animation 0.2s ease-in-out; } @keyframes mod-panel-animation { 0% { transform: scale3d(0.8, 0.8, 0.8); } 60% { transform: scale3d(1.02, 1.02, 1.02); } to { opacity: 1; transform: scale3d(1, 1, 1); } }
Sorry, something went wrong.
Re-added and fixed menu panels popup animation. https://github.com/datguypiko/Firefox-Mod-Blur/blob/master/userChrome.css
No branches or pull requests
When clicking on an extension icon to open it, the entire Firefox UI disappears and the browser reloads.
New.Issue.datguypiko_Firefox-Mod-Blur.Mozilla.Firefox.2024-11-26.18-23-10.mp4
The text was updated successfully, but these errors were encountered: