fix: 三个页面 Logo 点击区域增大 (padding: 6px → 12px 14px)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-19 20:25:53 +08:00
parent 9aa866297b
commit 466030b754
3 changed files with 13 additions and 11 deletions

View File

@@ -597,13 +597,13 @@
/* ---- 左上角 Logo ---- */
.back-home-link {
position: fixed;
top: 24px;
left: 24px;
top: 16px;
left: 20px;
z-index: 20;
display: flex;
align-items: center;
text-decoration: none;
padding: 6px;
padding: 12px 14px;
border-radius: 8px;
transition: all 0.2s;
}