Fixes #1368 Shrunken posters on iPad home screen (#1404)

This commit is contained in:
Greg C 2025-01-21 15:47:40 -06:00 committed by GitHub
parent 553441d83e
commit baf91164a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct PosterHStack<Element: Poster & Identifiable, Data: Collection>: View wher
private var padHStack: some View {
CollectionHStack(
uniqueElements: data,
columns: type == .portrait ? 140 : 220
minWidth: type == .portrait ? 140 : 220
) { item in
PosterButton(
item: item,