From 52f3a718006089f220ffc5b0ea2b34df6775b340 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 11:05:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20align-items:baseline=20=E8=AE=A9?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=92=8C=E6=A0=87=E9=A2=98=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=9F=BA=E7=BA=BF=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index c82be24..ddcbe83 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.15.4 +Version: 0.15.5 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -270,7 +270,7 @@ body.home .site, body .site { width: 100% !important; } .platform { width: 100% !important; max-width: 960px !important; } -.article-item { display:flex; justify-content:space-between; align-items:center; padding:18px 0; border-bottom:1px solid var(--border-light); cursor:pointer; transition:all 0.25s; text-decoration:none; color:inherit; } +.article-item { display:flex; justify-content:space-between; align-items:baseline; padding:18px 0; border-bottom:1px solid var(--border-light); cursor:pointer; transition:all 0.25s; text-decoration:none; color:inherit; } .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; } @@ -300,7 +300,7 @@ echo "done" } .card-cover { overflow: hidden; aspect-ratio: 16/10; } .pinned-cover { overflow: hidden; width: 120px; height: 120px; } -.article-cover { overflow: hidden; height: 240px; } +.article-cover { overflow: hidden; aspect-ratio: 16/10; } /* Thumbnail fix — regenerate without black bars */