diff --git a/frontend_nuxt/components/CommentItem.vue b/frontend_nuxt/components/CommentItem.vue index 7179ab2f5..9c807ddc9 100644 --- a/frontend_nuxt/components/CommentItem.vue +++ b/frontend_nuxt/components/CommentItem.vue @@ -26,8 +26,12 @@ - + {{ comment.parentUserName }} @@ -381,7 +385,8 @@ const handleContentClick = (e) => { justify-content: space-between; } -.reply-item, .reply-info { +.reply-item, +.reply-info { display: inline-flex; flex-direction: row; align-items: center; @@ -397,13 +402,16 @@ const handleContentClick = (e) => { .reply-icon { color: var(--primary-color); - margin-right: 10px; margin-left: 10px; + margin-right: 10px; opacity: 0.5; + transform: scaleX(-1); } .reply-user-name { opacity: 0.3; + display: none; + font-weight: bold; } .medal-name {