Commit f2a5abd
committed
fix(web): console nested inside outer card so its rounded bottom shows below (bud parity)
Follow-up: moving the console fully OUT of the card left nothing below it, but bud
keeps the console INSIDE the outer rounded card (CDP: outer card rounded-24px +
border-2px, console sits 2px above the card's bottom edge). Restored that nesting:
- Outer card (124) is now the wrapper: rounded-[24px] border + p-0.5 + gap-2, holding
the content sub-card AND the console.
- Content is its own bordered sub-card (rounded-[22px] border) so the separation edge
always shows (no white-on-white vanish).
- Console back inside the outer card below the content, with the gap between them.
Now: content sub-card -> gap -> console -> outer card's rounded bottom edge below it,
matching bud #57. Verified live.1 parent eea0520 commit f2a5abd
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments