Skip to content

Commit d57954b

Browse files
committed
Fixes jellyfin#1368 Shrunken posters on iPad home screen
1 parent 553441d commit d57954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swiftfin/Components/PosterHStack.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct PosterHStack<Element: Poster & Identifiable, Data: Collection>: View wher
2626
private var padHStack: some View {
2727
CollectionHStack(
2828
uniqueElements: data,
29-
columns: type == .portrait ? 140 : 220
29+
minWidth: type == .portrait ? 140 : 220
3030
) { item in
3131
PosterButton(
3232
item: item,

0 commit comments

Comments
 (0)