From 7a55f8ac3a3f43770bf49eaf0591f1cb19312e87 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Fri, 17 Apr 2026 03:41:31 +0200 Subject: [PATCH] Polish tvOS Manage Channels view options sheet layout --- Yattee/Views/Subscriptions/ManageChannelsView.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Yattee/Views/Subscriptions/ManageChannelsView.swift b/Yattee/Views/Subscriptions/ManageChannelsView.swift index 617322f3..4251d0f5 100644 --- a/Yattee/Views/Subscriptions/ManageChannelsView.swift +++ b/Yattee/Views/Subscriptions/ManageChannelsView.swift @@ -171,10 +171,16 @@ struct ManageChannelsView: View { } #endif } + #if os(tvOS) + .scrollClipDisabled() + .padding(.horizontal, 40) + .padding(.vertical, 24) + #else .navigationTitle(String(localized: "manageChannels.viewOptions.title")) #if os(iOS) .navigationBarTitleDisplayMode(.inline) #endif + #endif } .presentationDetents([.height(360), .large]) .presentationDragIndicator(.visible)