From 060cff14498b4e75029e27bfbfab6b69cd96eba6 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Fri, 17 Apr 2026 05:33:50 +0200 Subject: [PATCH] Align tvOS History and Bookmarks header top padding --- Yattee/Views/Home/BookmarksListView.swift | 2 +- Yattee/Views/Home/HistoryListView.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Yattee/Views/Home/BookmarksListView.swift b/Yattee/Views/Home/BookmarksListView.swift index b8ed1231..07420970 100644 --- a/Yattee/Views/Home/BookmarksListView.swift +++ b/Yattee/Views/Home/BookmarksListView.swift @@ -99,7 +99,7 @@ struct BookmarksListView: View { } .focusSection() .padding(.horizontal, 48) - .padding(.top, 80) + .padding(.top, 20) // Content Group { diff --git a/Yattee/Views/Home/HistoryListView.swift b/Yattee/Views/Home/HistoryListView.swift index e29ff752..3da900c4 100644 --- a/Yattee/Views/Home/HistoryListView.swift +++ b/Yattee/Views/Home/HistoryListView.swift @@ -96,7 +96,7 @@ struct HistoryListView: View { } .focusSection() .padding(.horizontal, 48) - .padding(.top, 80) + .padding(.top, 20) // Content Group {