2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Put some space between navbar and notifications selection control

Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
shannon 2025-02-06 11:16:09 -05:00
parent 893be62465
commit 3acc6ce99d

View File

@ -75,6 +75,8 @@ struct NotificationListView: View {
var body: some View {
VStack {
Spacer().frame(maxHeight: 8)
HStack {
Spacer()
Picker(selection: $viewModel.displayedNotifications) {