From c154967564ba2f3d87ea8c017097a6634666e2c0 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 4 Aug 2025 02:06:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=84=E8=AE=BA=E5=B5=8C=E5=A5=97?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/CommentItem.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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; + } +}