From e609e48449059f5470ba38991526a67797653c36 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Fri, 17 Apr 2026 07:07:18 +0200 Subject: [PATCH] Add bottom padding under tvOS search/action top bars Separates the inline search field and action button from the video listing below on History, Bookmarks, Instance browse, and Manage channels screens. --- Yattee/Views/Home/BookmarksListView.swift | 1 + Yattee/Views/Home/HistoryListView.swift | 1 + Yattee/Views/Instances/InstanceBrowseView.swift | 1 + Yattee/Views/Subscriptions/ManageChannelsView.swift | 1 + 4 files changed, 4 insertions(+) diff --git a/Yattee/Views/Home/BookmarksListView.swift b/Yattee/Views/Home/BookmarksListView.swift index 778d9a0d..24471e5e 100644 --- a/Yattee/Views/Home/BookmarksListView.swift +++ b/Yattee/Views/Home/BookmarksListView.swift @@ -100,6 +100,7 @@ struct BookmarksListView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content Group { diff --git a/Yattee/Views/Home/HistoryListView.swift b/Yattee/Views/Home/HistoryListView.swift index e39973bd..15a203d2 100644 --- a/Yattee/Views/Home/HistoryListView.swift +++ b/Yattee/Views/Home/HistoryListView.swift @@ -97,6 +97,7 @@ struct HistoryListView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content Group { diff --git a/Yattee/Views/Instances/InstanceBrowseView.swift b/Yattee/Views/Instances/InstanceBrowseView.swift index d9aaa676..cce71133 100644 --- a/Yattee/Views/Instances/InstanceBrowseView.swift +++ b/Yattee/Views/Instances/InstanceBrowseView.swift @@ -151,6 +151,7 @@ struct InstanceBrowseView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content ScrollView { VStack(spacing: 0) { diff --git a/Yattee/Views/Subscriptions/ManageChannelsView.swift b/Yattee/Views/Subscriptions/ManageChannelsView.swift index cb32b0cf..6ae67cfc 100644 --- a/Yattee/Views/Subscriptions/ManageChannelsView.swift +++ b/Yattee/Views/Subscriptions/ManageChannelsView.swift @@ -241,6 +241,7 @@ struct ManageChannelsView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content Group {