From f2a6c9a7af3bff589643bc7d7ae1040034902cfb Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 01:06:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=85=A8=E5=9B=9E=E9=80=80?= =?UTF-8?q?=E5=88=B0=20v0.14.1=20=E5=8E=9F=E5=A7=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7b30bc3..94a2dcb 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.14.7 +Version: 0.14.8 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -31,7 +31,11 @@ Text Domain: kj-weji radial-gradient(ellipse at 20% 50%, rgba(180, 160, 130, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(160, 140, 110, 0.05) 0%, transparent 50%); color: var(--ink); + min-height: 100vh; line-height: 1.8; + display: flex; + justify-content: center; + padding: calc(var(--topbar-height) + 24px) 20px 40px; } .platform { width: 100%; @@ -78,7 +82,7 @@ Text Domain: kj-weji content:''; position:absolute; bottom:-4px; left:50%; transform:translateX(-50%); width:4px; height:4px; background:var(--cinnabar); border-radius:50%; } - .main-content { padding: calc(var(--topbar-height) + 24px) 20px 40px; min-height: 60vh; } + .main-content { padding:40px; min-height:500px; } /* 首页 */ .hero { text-align:center; padding:48px 20px 32px; }