mirror of
https://github.com/yattee/yattee.git
synced 2026-05-14 19:35: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:
@@ -151,6 +151,7 @@ struct InstanceBrowseView: View {
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 20)
|
||||
// Content
|
||||
ScrollView {
|
||||
VStack(spacing: 0) {
|
||||
|
||||
Reference in New Issue
Block a user