blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

Widget menu truncated horizontally #36

Open adventmedia opened 1 year ago

adventmedia commented 1 year ago

This says it all — current version of Chrome: Version 116.0.5845.187 (Official Build) (arm64); MacOS 13.5.2

screenshot_1086

GeorgeCiesinski commented 11 months ago

I am experiencing the same. Version 116.0.5845.96 (Official Build) (arm64)

I updated my chrome to Version 117.0.5938.88 (Official Build) (arm64) and same behaviour.

blaise-io commented 11 months ago

I thought this would be a small fix, but Chrome is forcing me to use manifest v3 for updates and that is a big task that I will likely not complete anytime soon as I no longer use this extension myself.

trymeouteh commented 5 months ago

Any chance of a CRX release here on github without using manifest v3? I use Ungoogled Chromium for testing websites

VladanZ commented 3 months ago

Same problem with menu truncated in Edge 125.0.2535.51 making the extension not possible to use.

TMDevel89 commented 2 weeks ago

Quick fix

1a. Modify popup.css at line 210 and append html selector for width property body { width: 300px; } to html,body { width: 300px; }

1b. Modify repository popup.css at line 10 and append html selector for min-width property

2. Copy extension folder, remove extension and sideload the modified version