From 993ef92d4ebd3346ecd6425bdf66a98375c8f2d0 Mon Sep 17 00:00:00 2001 From: liaoxin Date: Mon, 4 May 2026 13:23:06 +0800 Subject: [PATCH] =?UTF-8?q?v1.7=20=E2=80=94=20=E7=99=BB=E5=BD=95=E6=80=81U?= =?UTF-8?q?I=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 隐藏 WP admin bar - 导航栏右侧登录用户信息(头像+姓名+下拉菜单) - 导航菜单间距统一 28px - 用户菜单位置修复(inline-flex 居中) - 用户名字号 14px - 笺文评论:只显示输入框+按钮,按钮在右侧,未登录弹窗提示 - 评论无需审核 --- header.php | 78 ++++++++++++++++++++++++++---------------------------- style.css | 36 +++++++++++++++++++++++-- 2 files changed, 72 insertions(+), 42 deletions(-) diff --git a/header.php b/header.php index c655004..1611610 100644 --- a/header.php +++ b/header.php @@ -15,55 +15,53 @@ -
- - + 'primary', + 'container' => false, + 'menu_class' => 'nav-links', + 'depth' => 1, + )); + } else { + echo ''; + } ?> -
- - + + +
+ + -
+