Skip to content

ios: fix tight margins on fullscreen View #3367

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shonsirsha
Copy link
Collaborator

@shonsirsha shonsirsha commented May 26, 2025

We previously added space but only the top.
Added bottom spacing now as well.

Regarding the "X" button was because it's an absolute posiitoned
item, so it didn't respect the top padding. Thus added extra
space for its top property here.

@shonsirsha shonsirsha force-pushed the ios-fix-tight-margins-on-fullscreen-views branch from 3dc62db to 3566bcb Compare May 26, 2025 02:58
@shonsirsha shonsirsha requested a review from benma May 26, 2025 03:00
Copy link
Contributor

@benma benma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this did not fix it for me, the X is still in the same location next to the clock at the top and not tappable.

We previously added space but only the top.
Added bottom spacing now as well.

Regarding the "X" button was because it's an absolute posiitoned
item, so it didn't respect the top padding.  Thus added extra
space for its `top` property here.
@shonsirsha shonsirsha force-pushed the ios-fix-tight-margins-on-fullscreen-views branch from 3566bcb to e32a723 Compare May 26, 2025 16:03
@shonsirsha
Copy link
Collaborator Author

@benma , my bad. It was a typo / syntax error (added a -- when not needed). PTAL 🙏

@shonsirsha shonsirsha requested a review from benma May 26, 2025 16:04
Copy link
Contributor

@benma benma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

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

Successfully merging this pull request may close these issues.

2 participants