From baf91164a952ddd6547eaa0aabbd839a5003a92c Mon Sep 17 00:00:00 2001 From: Greg C Date: Tue, 21 Jan 2025 15:47:40 -0600 Subject: [PATCH] Fixes #1368 Shrunken posters on iPad home screen (#1404) --- Swiftfin/Components/PosterHStack.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,