From 8c37c8f008c4752a50a9ea0b67118f467b974d96 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 27 Mar 2023 12:16:39 -0400 Subject: [PATCH] Add some padding to the ReplyView --- damus/Views/ReplyView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/Views/ReplyView.swift b/damus/Views/ReplyView.swift index 67bb08f2..d3635a21 100644 --- a/damus/Views/ReplyView.swift +++ b/damus/Views/ReplyView.swift @@ -60,6 +60,7 @@ struct ReplyView: View { } } } + .padding() .onAppear { references = gather_reply_ids(our_pubkey: damus.pubkey, from: replying_to) originalReferences = references