Closed syslot closed 6 months ago
@syslot, thanks for reporting the issue! What browser and browser version are you using?
I tested this with two browser:
I'm testing with Chrome version 123.0.6312.107
and I can't reproduce the issue. I'll test with Arc next. The screenshot looks like it's from Arc.
this pic is captured in chrome
Can you inspect popup window and check the width
of the popup
class? What does it show?
I can reproduce the issue if I remove the width
attribute of the popup
class.
.popup {
/* width: 550px; */
padding: 10px;
}
It doesn't match the situation you described. For the reason that I can't find the popup segment in style. Is it unexpected width of the container?
The expected width of the popup is 550px
, as specified in Popup.css
. If you don't see the popup
class, then something is very wrong 😅
Can you try deleting the dist
folder/files and rebuilding the entire app (i.e. npm run build
)?
The expected width of the popup is
550px
, as specified inPopup.css
. If you don't see thepopup
class, then something is very wrong 😅Can you try deleting the
dist
folder/files and rebuilding the entire app (i.e.npm run build
)?
Thanks for your reply. I've fellowed your advice , remove all project source code and re-clone it. After execute cmd : npm run build and load the dist fold, I found two errors in my extension page; here are :
Is this the problem?
It's possible that there's a CSS class name collision with another extension. I'm going to update the class names to see if that helps.
@syslot, can you try version 1.0.14
?
Hey @syslot, just checking in. Does version 1.0.14
resolve your issue?
Closing this issue for now. @syslot, if the issue is still present in the latest release, please re-open this issue. Thanks!
When I update the new version 1.0.13, the extension's window resuolution is abnormal.