diff --git a/Yattee/Views/Home/BookmarksListView.swift b/Yattee/Views/Home/BookmarksListView.swift index 778d9a0d..24471e5e 100644 --- a/Yattee/Views/Home/BookmarksListView.swift +++ b/Yattee/Views/Home/BookmarksListView.swift @@ -100,6 +100,7 @@ struct BookmarksListView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content Group { diff --git a/Yattee/Views/Home/HistoryListView.swift b/Yattee/Views/Home/HistoryListView.swift index e39973bd..15a203d2 100644 --- a/Yattee/Views/Home/HistoryListView.swift +++ b/Yattee/Views/Home/HistoryListView.swift @@ -97,6 +97,7 @@ struct HistoryListView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content Group { diff --git a/Yattee/Views/Instances/InstanceBrowseView.swift b/Yattee/Views/Instances/InstanceBrowseView.swift index d9aaa676..cce71133 100644 --- a/Yattee/Views/Instances/InstanceBrowseView.swift +++ b/Yattee/Views/Instances/InstanceBrowseView.swift @@ -151,6 +151,7 @@ struct InstanceBrowseView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content ScrollView { VStack(spacing: 0) { diff --git a/Yattee/Views/Subscriptions/ManageChannelsView.swift b/Yattee/Views/Subscriptions/ManageChannelsView.swift index cb32b0cf..6ae67cfc 100644 --- a/Yattee/Views/Subscriptions/ManageChannelsView.swift +++ b/Yattee/Views/Subscriptions/ManageChannelsView.swift @@ -241,6 +241,7 @@ struct ManageChannelsView: View { .focusSection() .padding(.horizontal, 48) .padding(.top, 20) + .padding(.bottom, 20) // Content Group {