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()
|
.focusSection()
|
||||||
.padding(.horizontal, 48)
|
.padding(.horizontal, 48)
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
|
.padding(.bottom, 20)
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
Group {
|
Group {
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ struct HistoryListView: View {
|
|||||||
.focusSection()
|
.focusSection()
|
||||||
.padding(.horizontal, 48)
|
.padding(.horizontal, 48)
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
|
.padding(.bottom, 20)
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
Group {
|
Group {
|
||||||
|
|||||||
@@ -151,6 +151,7 @@ struct InstanceBrowseView: View {
|
|||||||
.focusSection()
|
.focusSection()
|
||||||
.padding(.horizontal, 48)
|
.padding(.horizontal, 48)
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
|
.padding(.bottom, 20)
|
||||||
// Content
|
// Content
|
||||||
ScrollView {
|
ScrollView {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
|
|||||||
@@ -241,6 +241,7 @@ struct ManageChannelsView: View {
|
|||||||
.focusSection()
|
.focusSection()
|
||||||
.padding(.horizontal, 48)
|
.padding(.horizontal, 48)
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
|
.padding(.bottom, 20)
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
Group {
|
Group {
|
||||||
|
|||||||
Reference in New Issue
Block a user