mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Align tvOS History and Bookmarks header top padding
This commit is contained in:
@@ -99,7 +99,7 @@ struct BookmarksListView: View {
|
||||
}
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 80)
|
||||
.padding(.top, 20)
|
||||
|
||||
// Content
|
||||
Group {
|
||||
|
||||
@@ -96,7 +96,7 @@ struct HistoryListView: View {
|
||||
}
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 80)
|
||||
.padding(.top, 20)
|
||||
|
||||
// Content
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user