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