Commit d81284e
fix(layout): use LayoutPageWithHiddenFooter in profile summary
Move footer-hiding CSS from ProfileSummaryContainer to the Layout.Page
wrapper. The ~ footer sibling selector broke when Layout.Page was added
as a parent, since the footer is now a sibling of <main>, not the inner
container.
Co-Authored-By: Claude Opus 4.6 <noreply@example.com>1 parent 4fe24a1 commit d81284e
1 file changed
+8
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
635 | 641 | | |
636 | 642 | | |
637 | 643 | | |
638 | 644 | | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | 645 | | |
649 | 646 | | |
650 | 647 | | |
| |||
781 | 778 | | |
782 | 779 | | |
783 | 780 | | |
784 | | - | |
| 781 | + | |
785 | 782 | | |
786 | 783 | | |
787 | 784 | | |
788 | 785 | | |
789 | 786 | | |
790 | | - | |
| 787 | + | |
791 | 788 | | |
792 | 789 | | |
0 commit comments