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

fix: fix viewer list padding #516

Merged
merged 3 commits into from
Jun 23, 2022
Merged

Conversation

cswills
Copy link
Collaborator

@cswills cswills commented Jun 23, 2022

I incorrectly diagnosed what was causing the issue I attempted to fix in #512. The issue was caused by SliverPadding widgets without a sliver child. When scrolling to the bottom, they would collect at the top of the screen preventing the user from being able to scroll to the bottom of the list. Adding the SliverTitleWidget widget to the SliverPadding fixes this. I also adjusted the padding to better match the mock.

image

@cswills cswills merged commit 7f93dc4 into muxable:main Jun 23, 2022
@cswills cswills deleted the viewer-list-padding branch June 23, 2022 19:57
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