diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift index fdd3c6459..952218f10 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift @@ -75,6 +75,8 @@ struct NotificationListView: View { var body: some View { VStack { + Spacer().frame(maxHeight: 8) + HStack { Spacer() Picker(selection: $viewModel.displayedNotifications) {