From 66d0f4bd8754ce7198a5da634dc5db78b27ca3e5 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 11:53:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E9=A2=98=E5=8D=95=E8=A1=8C?= =?UTF-8?q?=E6=88=AA=E6=96=AD=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=95=BF=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=92=91=E9=AB=98=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e1ccf51..57ea4c4 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.16.2 +Version: 0.16.3 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -279,7 +279,7 @@ body .site { width: 100% !important; } .article-item__stats span { display:inline-flex; align-items:center; line-height:1; } .article-item:hover { padding-left:12px; border-bottom-color:var(--cinnabar-light); } .article-item__main { flex:1; min-width:0; } -.article-title { font-size:16px; letter-spacing:0.05em; display:block; } +.article-title { font-size:16px; letter-spacing:0.05em; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .article-item__author { display:inline-flex; align-items:center; gap:4px; font-size:12px; color:var(--ink-lighter); margin-top:4px; } .article-avatar { width:14px !important; height:14px !important; border-radius:50% !important; } .article-item__meta { display:flex; flex-direction:column; align-items:flex-end; gap:4px; font-size:12px; color:var(--ink-lighter); white-space:nowrap; margin-left:24px; }