Commit 6d4f1b6
fix(showcase): command-center bars render — native div grid + width:100% (browser-verified)
Verification of #2496 surfaced two html-tier styling nuances; the page now renders
fully (browser-verified on a real objectstack serve console):
- the throughput bars used <grid columns={7}>, whose responsive classes collapse
to 1 column below the md breakpoint inside the narrow card → switch to a native
<div style={{display:grid, gridTemplateColumns:'repeat(7,1fr)'}}> for a fixed
7-track grid;
- the bar <flex> items (display:flex, no children) collapsed to width:0 → use
native block <div>s, and give the grid container width:100% (a flex-column
child doesn't stretch horizontally by default).
Confirmed: header typography hierarchy (native <div style>), KPI cards, the
primary-bg card, the 7 throughput bars, and the activity dots all render correctly
and theme-consistent. No Tailwind.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e050015 commit 6d4f1b6
1 file changed
Lines changed: 9 additions & 9 deletions
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments