From 221fb46dc4d433b491cde1d2caa2e4ad281a763a Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 00:55:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20footer=20sticky=20=E2=80=94=20html/platf?= =?UTF-8?q?orm/site=20=E5=85=A8=E9=93=BE=E8=B7=AF=20height:100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index dbb0a04..f859645 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.14.5 +Version: 0.14.6 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -24,6 +24,7 @@ Text Domain: kj-weji --topbar-height: 64px; } * { margin:0; padding:0; box-sizing:border-box; } + html, .platform { height: 100%; } body { font-family: "Source Han Serif SC", "STSong", "Songti SC", "PingFang SC", "Microsoft YaHei", Georgia, serif; background-color: #f0ece3; @@ -258,6 +259,7 @@ Text Domain: kj-weji /* WP wrapper — ensure full width in body flex container */ .site { width: 100%; + height: 100%; display: flex; justify-content: center; }