From e91629d52c24a4c1c7c2a08d3a5d720f1fed0058 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 16 Jan 2026 16:21:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E7=82=B9=E8=B5=9E=E6=8C=89=E9=92=AE=E9=AB=98=E5=BA=A6=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=9B=BE=E6=A0=87=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - height 从 18px 增加到 22px - line-height 从 16px 增加到 20px - padding 从 0px 4px 增加到 2px 6px --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 03262c2..1e41ece 100644 --- a/style.css +++ b/style.css @@ -5403,11 +5403,11 @@ html.darkmode .has-thumbnail .related-post-title.clamp { border-radius: 100px; - height: 18px; + height: 22px; - line-height: 16px; + line-height: 20px; - padding: 0px 4px; + padding: 2px 6px; border-color: transparent !important;