v0.6.2: hero page site foot, dismiss detail on empty click, drop patches version footer.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 07:45:03 +08:00
co-authored by Cursor
parent 1aa6710e39
commit aac4593cc5
7 changed files with 110 additions and 38 deletions
+12 -12
View File
@@ -493,6 +493,18 @@ body {
overflow: hidden;
box-sizing: border-box;
}
.heroes-site-foot {
flex: 0 0 auto;
width: 100%;
padding: 6px 14px 10px;
text-align: center;
font-size: 11px;
font-weight: var(--fw-medium);
color: var(--muted);
letter-spacing: 0.08em;
opacity: 0.55;
user-select: none;
}
.detail:not(.empty) {
height: var(--detail-fixed-h);
min-height: var(--detail-fixed-h);
@@ -2808,18 +2820,6 @@ body:has(#items-view:not(.hidden)) {
font-size: var(--fs-body);
line-height: var(--lh-body);
}
.patches-site-version {
width: min(var(--content-read), 92%);
padding: 4px 0 28px;
text-align: center;
font-size: 11px;
font-weight: var(--fw-medium);
color: var(--muted);
letter-spacing: 0.08em;
opacity: 0.55;
user-select: none;
}
.rankings-board {
overflow-x: hidden;
overflow-y: auto;