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 */