v0.6.5: size hero detail drawer from viewport; add PC post-lock item tips.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 17:08:32 +08:00
co-authored by Cursor
parent fefd8c7823
commit 22a9cf256d
16 changed files with 603 additions and 128 deletions
+3 -2
View File
@@ -477,9 +477,10 @@ body.detail-drawer-open .hero-role-toolbar {
overflow: auto;
}
/* In-flow bottom drawer: height animates so the tagbar above is pushed up. */
/* In-flow bottom drawer: height animates so the tagbar above is pushed up.
Fallback reserves ~topbar + hero strip + role tags; JS may override --detail-fixed-h in px. */
.detail-drawer {
--detail-fixed-h: min(720px, 88dvh);
--detail-fixed-h: min(640px, calc(100dvh - 17.5rem));
flex: 0 0 auto;
position: relative;
z-index: 2;