Align tvOS History and Bookmarks header top padding

This commit is contained in:
Arkadiusz Fal
2026-04-17 05:33:50 +02:00
parent a66b2191d1
commit 060cff1449
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ struct BookmarksListView: View {
}
.focusSection()
.padding(.horizontal, 48)
.padding(.top, 80)
.padding(.top, 20)
// Content
Group {

View File

@@ -96,7 +96,7 @@ struct HistoryListView: View {
}
.focusSection()
.padding(.horizontal, 48)
.padding(.top, 80)
.padding(.top, 20)
// Content
Group {