parent
553441d83e
commit
baf91164a9
|
@ -26,7 +26,7 @@ struct PosterHStack<Element: Poster & Identifiable, Data: Collection>: View wher
|
||||||
private var padHStack: some View {
|
private var padHStack: some View {
|
||||||
CollectionHStack(
|
CollectionHStack(
|
||||||
uniqueElements: data,
|
uniqueElements: data,
|
||||||
columns: type == .portrait ? 140 : 220
|
minWidth: type == .portrait ? 140 : 220
|
||||||
) { item in
|
) { item in
|
||||||
PosterButton(
|
PosterButton(
|
||||||
item: item,
|
item: item,
|
||||||
|
|
Loading…
Reference in New Issue