Skip to content

Commit

Permalink
fixed: incorrect space between name and message card in selected mess…
Browse files Browse the repository at this point in the history
…age item
  • Loading branch information
jo-mut authored Jan 17, 2024
1 parent c888c51 commit 8a4302c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a4302c

Please sign in to comment.