diff --git a/Swiftfin/Components/PosterHStack.swift b/Swiftfin/Components/PosterHStack.swift index df149dac..e0fd6d7b 100644 --- a/Swiftfin/Components/PosterHStack.swift +++ b/Swiftfin/Components/PosterHStack.swift @@ -26,7 +26,7 @@ struct PosterHStack: 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,