-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added size adjustment functionality for popup window #47
base: main
Are you sure you want to change the base?
Conversation
@@ -1,5 +1,5 @@ | |||
html, | |||
body, | |||
#__plasmo { | |||
height: 100%; | |||
height: "auto"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this breaks floating mode.
Also comments regarding the general approach, it works but to give us the flexibility of allowing the user to manually configure the width and height of the extension in the future can we store the raw height and width values in the settings object as opposed to the label? I would just have a simple string to size mapping object directly in the Settings modal that we can change whenever. |
If it's too messy because of how |
Co-authored-by: Andy Young <andyluyoung@gmail.com>
Co-authored-by: Andy Young <andyluyoung@gmail.com>
Fixes #15