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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user