From 3ad4fee0e764c5b0a8f0a51cc03384c196c65621 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 11:27:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=8B=E6=9C=BA=E7=AB=AF=20nav=20?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=20row=20=E5=B8=83=E5=B1=80=EF=BC=8C=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E7=94=A8=E6=88=B7=E5=90=8D=E5=8F=AA=E7=95=99=E5=A4=B4?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 5fbbf05..22bbd99 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.16.0 +Version: 0.16.1 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -217,9 +217,10 @@ Text Domain: kj-weji @media (max-width:720px){ .main-content{padding:24px;} - .top-bar{padding:0 24px; flex-direction:column; gap:8px; height:auto; padding-top:12px; padding-bottom:12px;} - :root{--topbar-height:100px;} - .nav-links{gap:16px;} + .top-bar{padding:0 16px; flex-direction:row; gap:8px; height:48px;} + :root{--topbar-height:48px;} + .nav-links{gap:14px; font-size:13px;} + .user-menu-name{display:none;} .profile-header{flex-direction:column; align-items:center; text-align:center;} .profile-stats{justify-content:center;} .gallery-masonry{column-count:2;} @@ -273,8 +274,9 @@ body .site { width: 100% !important; } .article-item { display:flex; 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__main { flex:1; min-width:0; } .article-item__title-row { display:flex; justify-content:space-between; align-items:center; gap:12px; } +.article-item__date { font-size:12px; color:var(--ink-lighter); } .article-item__sub-row { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:4px; } -.article-item__stats { display:flex; gap:10px; align-items:center; } +.article-item__stats { display:flex; gap:10px; align-items:center; font-size:12px; color:var(--ink-lighter); } .article-item__stats span { display:inline-flex; align-items:center; line-height:1; } .article-item:hover { padding-left:12px; border-bottom-color:var(--cinnabar-light); } .article-item__main { flex:1; min-width:0; } @@ -282,8 +284,6 @@ 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; align-items:center; } -.article-item__stats span { display:inline-flex; align-items:center; line-height:1; } .article-item__views { font-size:11px; color:var(--ink-lighter); }