mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Better layout of disclosure chevron and activity indicator on filtered notifications banner
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
parent
5cb8d4404f
commit
872ac4c5cf
@ -416,10 +416,14 @@ struct FilteredNotificationsRowView: View {
|
||||
if viewModel.isPreparingToNavigate {
|
||||
ProgressView().progressViewStyle(.circular)
|
||||
} else {
|
||||
NotificationIconView(systemName: "chevron.forward")
|
||||
Image(systemName: "chevron.forward")
|
||||
.foregroundStyle(.secondary)
|
||||
.font(.system(size: 20))
|
||||
.fontWeight(.light)
|
||||
}
|
||||
Spacer()
|
||||
Spacer().frame(maxHeight: .infinity)
|
||||
}
|
||||
.frame(width: 44)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user