-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
[Firefox -72] - addonlists_show_buttons_instead_of_menu_popup_fx68.css - not working #246
Comments
Devs changed add-on manager code again. This starts to get boring. Don't they have anything better to do? ;-) |
True(( |
Change for the sake of change and job security! My addons manager columns have been neutered. |
I found a workaround for the new changes. Next update will offer "new" options. |
I replaced the the 2.8.2 file with a fixed version. Changes happened inside |
@Aris-t2 My problem with _addonlists_show_buttons_instead_of_menu_popup_fx72.css_is the the buttons do not replace the menu popup in the same location. The buttons end up in the far right of the addon page instead of the right side of the addon-card. Is the menu popup no longer contained within each addon-card? |
Same here. |
@hopalongrock @Pizzapops @Acid-Crash |
@Aris-t2 You must bed burning the midnight oil! Thanks for the update. |
Who needs sleep? ;-) Code should look like this. addon-list .more-options-menu :-moz-any(addon-options,plugin-options) panel-list {
margin-top: -40px !important;
} |
Unfortunately "buttons" and the top menu use same "list" node internally. |
Ok, in this case guess I need to choose the least among the two evils... |
@Aris-t2 |
Try addon-card:not([expanded="true"]) .addon.card {
min-height: 0px !important;
height: 24px !important;
} Maybe max-height could be used too, if the above refuses to work. |
Describe the issue
addonlists_show_buttons_instead_of_menu_popup_fx68.css stopped working. 3-dot menu is gone but no buttons are visible (apart from one on the top)
What should have happened instead?
The module should be working
Steps to reproduce the issue?
SCREENSHOTS with/without this projects files (drag & drop images into this post)
System information
The text was updated successfully, but these errors were encountered: