From 600a78e8bcdc742284455c413fb70e2e9c2a099d Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 16 Jan 2026 16:13:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E7=82=B9=E8=B5=9E=E6=8C=89=E9=92=AE=E8=A2=AB=E6=88=AA=E6=96=AD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 comment-item-left-wrapper 添加 min-height: 70px - 确保点赞按钮有足够空间完整显示 --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 492d18d..9b74232 100644 --- a/style.css +++ b/style.css @@ -5102,6 +5102,8 @@ html.darkmode .has-thumbnail .related-post-title.clamp { position: relative; + min-height: 70px; + } .comment-avatar-vertical-center .comment-item-left-wrapper {