放大发
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-26 12:32:31 +08:00
parent 0388e56c67
commit cc0257679c

View File

@@ -220,7 +220,7 @@
/* 调整导航栏高度 */
#index .nav-header {
height: 56px;
padding: 0 16px;
padding: 0 0 0 16px;
display: flex !important;
align-items: center !important;
/* Force vertical centering */
@@ -265,7 +265,7 @@
/* Ensure it fills parent height */
max-height: 56px;
/* Match header height */
margin-right: -16px !important;
margin-right: 0 !important;
display: flex;
align-items: center;
justify-content: center;