bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.8k stars 1.51k forks source link

Add base padding to Dialog.InnerFlatList #6526

Open LegendEffects opened 2 days ago

LegendEffects commented 2 days ago

Adds the basePadding magic numbers from Dialog.ScrollableInner to Dialog.InnerFlatList, this fixes contents being cut off. This still isn't perfect as it's not square with the bottom without the extra padding applied but it's better than having them cut off.

Before: Screenshot_20241119-171828

After: Screenshot_20241119-171615