From 0bdbfc790614889124de801096cfeb9aeae7d674 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 10:49:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20meta=20=E5=8C=BA=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=9C=A8=E4=B8=8A=EF=BC=8C=E8=AF=84=E8=AE=BA=E8=A7=82=E7=9C=8B?= =?UTF-8?q?=E6=95=B0=E5=9C=A8=E4=B8=8B=EF=BC=88=E4=B8=A4=E8=A1=8C=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page-articles.php | 6 ++++-- style.css | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/page-articles.php b/page-articles.php index 5150b46..c4755e3 100644 --- a/page-articles.php +++ b/page-articles.php @@ -35,8 +35,10 @@ $total_pages = ceil($total / $per_page);
- πŸ’¬ - πŸ‘ +
+ πŸ’¬ + πŸ‘ +
diff --git a/style.css b/style.css index 2a6e960..0d3d4a6 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: η©Ίη¬Ίζœͺε―„ -Version: 0.15.2 +Version: 0.15.3 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -276,7 +276,8 @@ body .site { width: 100% !important; } .article-title { font-size:16px; letter-spacing:0.05em; display:block; } .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:row; align-items:center; gap:12px; font-size:12px; color:var(--ink-lighter); white-space:nowrap; margin-left:24px; } +.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__date { font-size:12px; color:var(--ink-lighter); } .article-item__views { font-size:11px; color:var(--ink-lighter); }