From 5aa4fb9c797bb935969bf3600176b58d8827e282 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 16 Jan 2026 16:06:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=8C=BA=E5=8D=95=E6=9D=A1=E8=AF=84=E8=AE=BA=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=95=A5=E5=BE=AE=E6=88=AA=E6=96=AD=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-text 的 margin-bottom 改为 padding-bottom - 增加底部间距到 2rem,确保内容不被操作按钮遮挡 --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7d12915..7ca6ab7 100644 --- a/style.css +++ b/style.css @@ -5204,7 +5204,9 @@ html.darkmode .has-thumbnail .related-post-title.clamp { min-height: 24px; - margin-bottom: 1rem; + margin-bottom: 0; + + padding-bottom: 2rem; overflow-wrap: break-word;