You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Firefox on Linux with a non-default system-wide DPI setting (144dpi in my case), the layout of the page action does not reflow nicely in the page action popup.
A likely culprit is the fixed width styling for the HTML elements of the popup:
When running Firefox on Linux with a non-default system-wide DPI setting (144dpi in my case), the layout of the page action does not reflow nicely in the page action popup.
A likely culprit is the fixed width styling for the HTML elements of the popup:
passwordhasherplus/popup.css
Lines 1 to 85 in b9c7f7c
These should be rewritten using CSS which handles different DPI settings more gracefully.
The text was updated successfully, but these errors were encountered: