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.
This commit is contained in:
Arkadiusz Fal
2026-04-17 07:07:18 +02:00
parent 6eec42241d
commit e609e48449
4 changed files with 4 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ struct BookmarksListView: View {
.focusSection()
.padding(.horizontal, 48)
.padding(.top, 20)
.padding(.bottom, 20)
// Content
Group {

View File

@@ -97,6 +97,7 @@ struct HistoryListView: View {
.focusSection()
.padding(.horizontal, 48)
.padding(.top, 20)
.padding(.bottom, 20)
// Content
Group {

View File

@@ -151,6 +151,7 @@ struct InstanceBrowseView: View {
.focusSection()
.padding(.horizontal, 48)
.padding(.top, 20)
.padding(.bottom, 20)
// Content
ScrollView {
VStack(spacing: 0) {

View File

@@ -241,6 +241,7 @@ struct ManageChannelsView: View {
.focusSection()
.padding(.horizontal, 48)
.padding(.top, 20)
.padding(.bottom, 20)
// Content
Group {