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

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

View File

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

View File

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