UserAgent-Switcher icon indicating copy to clipboard operation
UserAgent-Switcher copied to clipboard

The width of the menu in "More tools..." popup menu is broken on Firefox

Open SolsticeSpectrum opened this issue 2 years ago • 0 comments

Even tho the addon successfully expands the popup width, the inner width is limited by .PanelUI-subView[extension="true"] class
image

But when I manually rewrite this class's min-width, another issue comes in.

I set the min-width to 500px and even tho this is way over 500px the there is extra space. I suspect that this extra space is calculated from the original width of the menu + these 500 pixels. I don't know. image

SolsticeSpectrum avatar Feb 01 '23 02:02 SolsticeSpectrum