Commit e316bbd
Fix mobile viewport issues for welcome message and editor
- Changed welcome message to use height: 100% with top/right/bottom/left positioning instead of min-height
- Added overflow-x: hidden to prevent horizontal scrolling
- Added flex-shrink: 0 to welcome-content to prevent content compression
- Changed mobile layout to align-items: flex-start with padding-top for better positioning
- Reduced mobile title size from 36px to 32px for better fit
- Added toolbar responsive styles - hide labels and reduce padding on mobile
- Added toolbar-button responsive sizing for mobile
- All content now properly fits within mobile viewports without being cut off
Co-authored-by: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com>1 parent 37d5656 commit e316bbd
1 file changed
Lines changed: 26 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| 703 | + | |
| 704 | + | |
703 | 705 | | |
704 | | - | |
| 706 | + | |
705 | 707 | | |
706 | 708 | | |
707 | 709 | | |
708 | 710 | | |
709 | 711 | | |
710 | 712 | | |
711 | 713 | | |
| 714 | + | |
712 | 715 | | |
713 | 716 | | |
714 | 717 | | |
| |||
718 | 721 | | |
719 | 722 | | |
720 | 723 | | |
| 724 | + | |
721 | 725 | | |
722 | 726 | | |
723 | 727 | | |
| |||
750 | 754 | | |
751 | 755 | | |
752 | 756 | | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
753 | 775 | | |
754 | | - | |
| 776 | + | |
755 | 777 | | |
756 | 778 | | |
757 | 779 | | |
| |||
760 | 782 | | |
761 | 783 | | |
762 | 784 | | |
| 785 | + | |
763 | 786 | | |
764 | 787 | | |
765 | 788 | | |
766 | 789 | | |
767 | 790 | | |
| 791 | + | |
768 | 792 | | |
769 | 793 | | |
0 commit comments