Commit 2456b6d
committed
fix(web): home computer-open split — match bud (wide panel, narrow left column)
Two bugs made the home 'computer open' layout wrong vs bud (content stayed wide +
centered, panel capped narrow):
1. The computer-open shift rules lived in @layer utilities, so the elements' own
Tailwind utilities (px-6, max-w-[740px], right-0) won and the content never
collapsed. Moved them UNLAYERED (unlayered beats layered) so they apply.
2. The Computer panel was capped at max-w-[760px] (~40vw); bud's is ~68vw. Dropped
the cap so it fills the right (w = 100vw - sidebar - 34rem), and set the content
reserve/composer to 100vw - sidebar - 32rem so the content is a ~30rem left
column and the composer aligns under it.
Verified live: narrow left column + aligned composer + wide panel, matching bud.1 parent 4726b3f commit 2456b6d
2 files changed
Lines changed: 27 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
575 | 579 | | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
580 | 584 | | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
590 | 594 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
595 | 598 | | |
596 | 599 | | |
597 | 600 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments