diff --git a/components/Message.vue b/components/Message.vue index 9d33ac0..74b0bca 100644 --- a/components/Message.vue +++ b/components/Message.vue @@ -29,7 +29,7 @@ :text="props.replyMessage?.message" :reply-id="props.replyMessage.uuid" max-width="reply" />
- +
@@ -236,6 +236,7 @@ function getDayDifference(date1: Date, date2: Date) { max-height: 2em; min-width: 2em; max-width: 2em; + cursor: pointer; } .message-author-username {