From a84a38cf91e3ff5b0e9313350de3085c949298d4 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 16 Jan 2026 16:10:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=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-text 的 margin-bottom: 1rem - 增加 comment-item-inner 的 padding-bottom 从 18px 到 35px - 确保操作按钮有足够空间显示 --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 7ca6ab7..492d18d 100644 --- a/style.css +++ b/style.css @@ -5140,7 +5140,7 @@ html.darkmode .has-thumbnail .related-post-title.clamp { margin-top: 20px; - padding-bottom: 18px; + padding-bottom: 35px; border-bottom: var(--color-border-on-foreground) solid 1px; @@ -5204,9 +5204,7 @@ html.darkmode .has-thumbnail .related-post-title.clamp { min-height: 24px; - margin-bottom: 0; - - padding-bottom: 2rem; + margin-bottom: 1rem; overflow-wrap: break-word;