From 1eba7312838ef1f6426cc2d57881674ac601251e Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 22 Nov 2025 23:54:33 +0100 Subject: [PATCH] Fix home view empty sections taking excessive vertical space Removed fixed height constraint from empty state in FavoriteItemView. Empty sections now collapse to natural height instead of reserving full content height (290px iOS/600px tvOS), improving space efficiency. --- Shared/Home/FavoriteItemView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Shared/Home/FavoriteItemView.swift b/Shared/Home/FavoriteItemView.swift index 9dc0bf1d..edfebba7 100644 --- a/Shared/Home/FavoriteItemView.swift +++ b/Shared/Home/FavoriteItemView.swift @@ -66,7 +66,6 @@ struct FavoriteItemView: View { #else .padding(.horizontal, 15) #endif - .frame(height: expectedContentHeight) } else { ZStack(alignment: .topLeading) { // Reserve space immediately to prevent layout shift