From 310869fad8246772190f69f4500c2671a6496be1 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Mon, 13 Apr 2026 21:36:55 +0200 Subject: [PATCH] Add horizontal padding to View Options sheet on tvOS Prevents form rows from being cut off at the left and right edges of the narrow tvOS sheet. --- Yattee/Views/Components/ViewOptionsSheet.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Yattee/Views/Components/ViewOptionsSheet.swift b/Yattee/Views/Components/ViewOptionsSheet.swift index ff36edf2..c45f11a6 100644 --- a/Yattee/Views/Components/ViewOptionsSheet.swift +++ b/Yattee/Views/Components/ViewOptionsSheet.swift @@ -36,6 +36,7 @@ struct ViewOptionsSheet: View { NavigationStack { formContent } + .padding(.horizontal, 40) #else formContent #endif