-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix: layout inconsistencies - snaps #38534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
✨ Files requiring CODEOWNER review ✨🫰 @MetaMask/core-platform (2 files, +1 -16)
|
| height: $height-screen-sm-max; | ||
| } | ||
|
|
||
| @include design-system.screen-sm-min { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let the layout handle widths
Builds ready [1bf6a99]
UI Startup Metrics (1283 ± 111 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [307ee60]
UI Startup Metrics (1261 ± 103 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Fix layout inconsistencies in snaps pages in fullscreen and sidepanel
Changelog
CHANGELOG entry: fix: layout inconsistencies
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Switch snaps routes to RootLayout and update snaps list to full-height with simplified responsive styling.
SNAPS_ROUTEandSNAPS_VIEW_ROUTEtoRootLayout(fromLegacyLayout).h-fullto container for full-height layout insnaps-list/snap-list.js.snaps-list/index.scssby removing breakpoint-specificwidthoverrides; keep full-width with overflow prevention.Written by Cursor Bugbot for commit 307ee60. This will update automatically on new commits. Configure here.