From 938a33d1e00bee79a5a5f53c1ff40e127cf19834 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 16 Jan 2026 16:31:05 +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=E4=B8=8B=E5=8D=8A=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=BA=A2=E5=87=BA=E8=A2=AB=E6=88=AA=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 comment-item 添加 overflow: visible - 为 comment-item-left-wrapper 添加 overflow: visible - 确保绝对定位的点赞按钮完整显示 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 1e41ece..f394ba9 100644 --- a/style.css +++ b/style.css @@ -5091,6 +5091,8 @@ html.darkmode .has-thumbnail .related-post-title.clamp { display: flex; + overflow: visible; + } .comment-item-left-wrapper { @@ -5107,6 +5109,8 @@ html.darkmode .has-thumbnail .related-post-title.clamp { min-height: 70px; + overflow: visible; + } .comment-avatar-vertical-center .comment-item-left-wrapper {