增大移动端LOGO尺寸,确保注册按钮显示
All checks were successful
continuous-integration/drone/push Build is passing

LOGO尺寸调整:
- 767px:100px x 24px(原来90px x 20px)
- 575px:90px x 22px(原来80px x 18px)
- 360px:80px x 20px(原来70px x 16px)

注册按钮显示确保:
- 保持 display: flex !important 确保在移动端显示
- 确保 .no-login 有 order: 4 放在最右侧
- 所有移动端样式都使用 !important 优先级

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
yiqiu
2025-12-16 17:06:34 +08:00
parent 5940668023
commit abac910495

View File

@@ -2506,8 +2506,8 @@ html {
}
#index .nav-header .nav-left .nav-icon img {
width: 90px;
height: 20px;
width: 100px;
height: 24px;
margin-right: 0;
}
@@ -3049,8 +3049,8 @@ html {
}
#index .nav-header .nav-left .nav-icon img {
width: 80px;
height: 18px;
width: 90px;
height: 22px;
}
#index .nav-right {
@@ -3536,8 +3536,8 @@ html {
}
#index .nav-header .nav-left .nav-icon img {
width: 70px;
height: 16px;
width: 80px;
height: 20px;
}
#index .nav-right .nav-text-link {