Make mentions wide in notifications like in timeline

Changelog-Changed: Make mentions wide in notifications like in timeline
This commit is contained in:
William Casarin
2023-04-03 11:22:32 -07:00
parent f9339440f2
commit 094f63bcff
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ struct NotificationsView: View {
}
return Color.clear
})
.padding(.horizontal)
}
.coordinateSpace(name: "scroll")
.onReceive(handle_notify(.scroll_to_top)) { notif in