This PR provides minor CSS tweaks to make HNES usable on Firefox.
This is testable on Firefox (dev edition) by going to about:debugging, clicking the "Load Temporary Add-on" button, and selecting the manifest file from your local copy of this repo.
I did have to add a max-width to the .itemlist table. I arbitrarily chose 1170px but anything would work.
This PR provides minor CSS tweaks to make HNES usable on Firefox.
This is testable on Firefox (dev edition) by going to
about:debugging
, clicking the "Load Temporary Add-on" button, and selecting the manifest file from your local copy of this repo.I did have to add a max-width to the
.itemlist
table. I arbitrarily chose 1170px but anything would work.Before tweaks:
After tweaks:
Chrome for comparison: (Unmodified CSS)