fixed: incorrect space between name and message card in selected message item

This commit is contained in:
John Ngei 2024-01-18 00:59:18 +01:00 committed by GitHub
parent c888c512a2
commit 8a4302c85a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -233,7 +233,9 @@
(if (or deleted? deleted-for-me?)
(fn [] [content.deleted/deleted-message message-data])
(fn []
[rn/view {:pointer-events :none}
[rn/view
{:pointer-events :none
:padding-top 4}
[user-message-content
{:message-data message-data
:context context