diff --git a/frontend/src/components/CommentItem.vue b/frontend/src/components/CommentItem.vue index 6c06771d9..7322b8bcd 100644 --- a/frontend/src/components/CommentItem.vue +++ b/frontend/src/components/CommentItem.vue @@ -283,4 +283,11 @@ export default CommentItem background-color: transparent; } } + +@media (max-width: 768px) { + .reply-icon { + margin-right: 3px; + margin-left: 3px; + } +}