fix: increase card height to prevent 2-line title overflow

- Change childAspectRatio from 0.68 to 0.65
- Fixes 3.3 pixel overflow when titles span two lines
- Single-line titles already worked, this ensures two-line titles fit
This commit is contained in:
Claude 2025-11-20 21:44:32 +00:00
parent 5094915086
commit a1844c225c
No known key found for this signature in database

View file

@ -77,7 +77,7 @@ class FilteredLibraryItemsPage extends HookConsumerWidget {
padding: const EdgeInsets.all(16),
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 3,
childAspectRatio: 0.68,
childAspectRatio: 0.65,
crossAxisSpacing: 12,
mainAxisSpacing: 16,
),