Commit 80d4e95
Jose Cruz
dashboard: quote slides down into place, no reserved empty band
User pointed out empty space sitting above the quote while the
greeting was typing. That was the reserved space for the quote
paragraph (opacity 0 but still occupying height).
Wrapped the quote in an aria-hidden container whose max-height is
0 while the greeting is still typing and expands to 120px once
greetingDone. Combined with a delayed opacity transition (0.55s
ease, 0.15s delay), the quote now drops down visibly after the
greeting finishes — no empty band above it during typing.
Also bumped the quote's top margin from 8px to 22px so there's a
clear gap below the greeting once both are visible.1 parent 6663de8 commit 80d4e95
1 file changed
Lines changed: 26 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
585 | 590 | | |
586 | | - | |
587 | | - | |
| 591 | + | |
| 592 | + | |
588 | 593 | | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
600 | | - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
601 | 615 | | |
602 | 616 | | |
603 | 617 | | |
| |||
0 commit comments