Skip to content

Commit

Permalink
Fixes #1368 Shrunken posters on iPad home screen (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooksey authored Jan 21, 2025
1 parent 553441d commit baf9116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swiftfin/Components/PosterHStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit baf9116

Please sign in to comment.