mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 03:49:30 +00:00
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:
parent
5094915086
commit
a1844c225c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue