From c7f731e673aa3c1b401eba5e9c18885e50fd3572 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 10:46:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20meta=20=E5=8C=BA=E5=9F=9F=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20flex-direction:row=20=E6=A8=AA=E5=90=91=E6=8E=92?= =?UTF-8?q?=E5=88=97?= 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 739eeb2..2a6e960 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.15.1 +Version: 0.15.2 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -276,7 +276,7 @@ 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:column; align-items:flex-end; gap:2px; font-size:12px; color:var(--ink-lighter); white-space:nowrap; margin-left:24px; } +.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__date { font-size:12px; color:var(--ink-lighter); } .article-item__views { font-size:11px; color:var(--ink-lighter); }