ray-lothian / UserAgent-Switcher

A User-Agent spoofer browser extension that is highly configurable
https://webextension.org/listing/useragent-switcher.html
Mozilla Public License 2.0
948 stars 145 forks source link

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

Open SolsticeSpectrum opened 1 year ago

SolsticeSpectrum commented 1 year ago

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