Remove line break at the end of direct messages
Closes: https://github.com/damus-io/damus/issues/1599 Changelog-Fixed: Remove extra space at the end of DM messages Signed-off-by: kernelkind <kernelkind@gmail.com> Reviewed-by: William Casarin <jb55@jb55.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
William Casarin
parent
641e2564fb
commit
8a20e5845e
@@ -45,7 +45,7 @@ struct DMView: View {
|
||||
NoteContentView(damus_state: damus_state, event: event, blur_images: should_blur_img, size: .normal, options: dm_options)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.padding([.top, .leading, .trailing], 10)
|
||||
.padding([.bottom], 25)
|
||||
.padding([.bottom], 10)
|
||||
.background(VisualEffectView(effect: UIBlurEffect(style: .prominent))
|
||||
.background(is_ours ? Color.accentColor.opacity(0.9) : Color.secondary.opacity(0.15))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user