From ec4cd5a398a2a6696556a61954bce8c974cda810 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 10:54:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20stats=20span=20=E5=86=85=E8=81=94=20flex?= =?UTF-8?q?=20=E5=AF=B9=E9=BD=90=20emoji=20=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 0d3d4a6..c82be24 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.15.3 +Version: 0.15.4 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -277,7 +277,8 @@ body .site { width: 100% !important; } .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; } -.article-item__stats { display:flex; gap:10px; } +.article-item__stats { display:flex; gap:10px; align-items:center; } +.article-item__stats span { display:inline-flex; align-items:center; line-height:1; } .article-item__date { font-size:12px; color:var(--ink-lighter); } .article-item__views { font-size:11px; color:var(--ink-lighter); }