Commit 44ef5cf
committed
fix(v2): render match-rom covers at full width in Safari
The manual "Match ROM" dialog wrapped each GameCard in a block-level
cell, so the card's aspect-ratio-derived width resolved against a
shrink-to-fit containing block. WebKit collapses that circular case to a
near-zero width, rendering covers as thin slivers (Chromium is fine).
Lay the cell out as a flex container so the card sizes via flex intrinsic
sizing, the same path the gallery row already uses.
Fixes #3761
Generated-By: PostHog Code
Task-Id: 85199a96-11de-4403-a30e-e533cf9a8e481 parent 92e4074 commit 44ef5cf
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
304 | 310 | | |
305 | 311 | | |
306 | 312 | | |
| |||
0 commit comments