We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553441d commit d57954bCopy full SHA for d57954b
Swiftfin/Components/PosterHStack.swift
@@ -26,7 +26,7 @@ struct PosterHStack<Element: Poster & Identifiable, Data: Collection>: View wher
26
private var padHStack: some View {
27
CollectionHStack(
28
uniqueElements: data,
29
- columns: type == .portrait ? 140 : 220
+ minWidth: type == .portrait ? 140 : 220
30
) { item in
31
PosterButton(
32
item: item,
0 commit comments