diff --git a/Yattee/Views/Home/BookmarksListView.swift b/Yattee/Views/Home/BookmarksListView.swift index 07420970..b8ed1231 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, 20) + .padding(.top, 80) // Content Group { diff --git a/Yattee/Views/Home/HistoryListView.swift b/Yattee/Views/Home/HistoryListView.swift index 3da900c4..e29ff752 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, 20) + .padding(.top, 80) // Content Group {