Skip to content

Fix #202 by allowing variable popup widths

Ghost User requested to merge jomo:fix-popup-width into master

Created by: jomo

Popup width is fixed to 320px when the extension is pinned to overflow menu. The fixed width might change in the future, but the popup is responsive so we're only setting a max-width rather than a fixed width.

Merge request reports