-
Notifications
You must be signed in to change notification settings - Fork 195
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
fix: styling and other issues on Apple Devices #3065
Conversation
it breaks for firefox and firefox for android is there any way to inspect popup on ios. is that popup somehow scrollable? we need to keep fix width for the popup and not adaptive width. we will never know which browser will break this changes |
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.
utACK
Describe the changes you have made in this PR
Common changes among iOS, iPad and Mac (Safari only)
Fixes blank screen issue on start page
Prevents Start Page(s) from being removed resulting in closing of Safari while locking the extension
iOS
Replaces w-96 with w-full
iPad
Removes max-w-full as that is disturbing the popup size
Type of change
(Remove other not matching type)
fix
: Bug fix (non-breaking change which fixes an issue)Screenshots of the changes [optional]
How has this been tested?
Manually
Checklist