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 {