v0.6.1: show hero English name and abbr on detail page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 07:33:48 +08:00
co-authored by Cursor
parent 7c9e54e5eb
commit 1aa6710e39
6 changed files with 34 additions and 7 deletions
+9
View File
@@ -1090,11 +1090,20 @@ body {
pointer-events: none;
}
.detail-name {
margin: 0;
font-size: var(--fs-title-lg);
font-weight: var(--fw-bold);
line-height: var(--lh-title);
letter-spacing: 0.04em;
}
.detail-name-meta {
margin: 0;
color: var(--muted);
font-size: var(--fs-label);
font-weight: var(--fw-medium);
letter-spacing: 0.06em;
line-height: var(--lh-tight);
}
/* Skills / items tab bodies fill remaining #detail height under head+tabs. */
.detail-skills-layout,
.detail-items-layout {