Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget menu truncated horizontally #36

Open
adventmedia opened this issue Sep 14, 2023 · 5 comments
Open

Widget menu truncated horizontally #36

adventmedia opened this issue Sep 14, 2023 · 5 comments

Comments

@adventmedia
Copy link

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

screenshot_1086

@GeorgeCiesinski
Copy link

GeorgeCiesinski commented Sep 21, 2023

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 blaise-io self-assigned this Sep 23, 2023
@blaise-io
Copy link
Owner

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.

@blaise-io blaise-io removed their assignment Sep 23, 2023
@trymeouteh
Copy link

trymeouteh commented Apr 5, 2024

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

@VladanZ
Copy link

VladanZ commented May 28, 2024

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

@TMDevel89
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants