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:
parent
893be62465
commit
3acc6ce99d
@ -75,6 +75,8 @@ struct NotificationListView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
Spacer().frame(maxHeight: 8)
|
||||
|
||||
HStack {
|
||||
Spacer()
|
||||
Picker(selection: $viewModel.displayedNotifications) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user