mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 10:25:02 +00:00
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:
@@ -100,6 +100,7 @@ struct BookmarksListView: View {
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 20)
|
||||
|
||||
// Content
|
||||
Group {
|
||||
|
||||
@@ -97,6 +97,7 @@ struct HistoryListView: View {
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 20)
|
||||
|
||||
// Content
|
||||
Group {
|
||||
|
||||
@@ -151,6 +151,7 @@ struct InstanceBrowseView: View {
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 20)
|
||||
// Content
|
||||
ScrollView {
|
||||
VStack(spacing: 0) {
|
||||
|
||||
@@ -241,6 +241,7 @@ struct ManageChannelsView: View {
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 20)
|
||||
|
||||
// Content
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user