fix: 手机端 footer padding 缩半(12px 20px)

This commit is contained in:
2026-05-17 12:09:21 +08:00
parent 66d0f4bd87
commit b0aa37f3fb
+2 -1
View File
@@ -1,6 +1,6 @@
/* /*
Theme Name: 空笺未寄 Theme Name: 空笺未寄
Version: 0.16.3 Version: 0.16.4
Requires at least: 6.0 Requires at least: 6.0
Requires PHP: 7.4 Requires PHP: 7.4
License: MIT License: MIT
@@ -220,6 +220,7 @@ Text Domain: kj-weji
:root{--topbar-height:48px;} :root{--topbar-height:48px;}
.nav-links{gap:14px; font-size:13px;} .nav-links{gap:14px; font-size:13px;}
.user-menu-name{display:none;} .user-menu-name{display:none;}
.footer{padding:12px 20px;}
.profile-header{flex-direction:column; align-items:center; text-align:center;} .profile-header{flex-direction:column; align-items:center; text-align:center;}
.profile-stats{justify-content:center;} .profile-stats{justify-content:center;}
.gallery-masonry{column-count:2;} .gallery-masonry{column-count:2;}