diff --git a/js/src/components/Comment/EventComment.vue b/js/src/components/Comment/EventComment.vue index 7219fb2f..64d87c76 100644 --- a/js/src/components/Comment/EventComment.vue +++ b/js/src/components/Comment/EventComment.vue @@ -4,7 +4,7 @@ :class="{ reply: comment.inReplyToComment, 'bg-mbz-purple-50 dark:bg-mbz-purple-500': comment.isAnnouncement, - 'bg-mbz-bluegreen-50 dark:bg-mbz-bluegreen-600': commentSelected, + '!bg-mbz-bluegreen-50 dark:!bg-mbz-bluegreen-600': commentSelected, 'shadow-none': !rootComment, }" > @@ -62,6 +62,7 @@ class="cursor-pointer flex hover:bg-zinc-300 dark:hover:bg-zinc-600 rounded p-1" v-if=" currentActor?.id && + !readOnly && event.options.commentModeration !== CommentModeration.CLOSED && !comment.deletedAt " @@ -70,7 +71,7 @@ {{ t("Reply") }} - +