-
Notifications
You must be signed in to change notification settings - Fork 28
ntp: fix layout of RMF widget on older macOS #1548
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
ntp: fix layout of RMF widget on older macOS #1548
Conversation
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
[Beta] Generated file diffTime updated: Thu, 06 Mar 2025 09:15:54 GMT Integration
File has changed Windows
File has changed Apple
File has changed |
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.
Before, the content was allowed to grow, but I flipped the model and allowed it to shrink instead, and now it works everywhere :)
const prod = new URL('/build/pages/new-tab', 'https://content-scope-scripts.netlify.app'); | ||
prod.search = url.search; |
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.
Question (non-blocking): Could be nice to move the hardcoded base URL somewhere common?
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.
One curiousity question, but LGTM!
Asana Task/Github Issue: https://app.asana.com/0/1201141132935289/1209495940971615
Description
Testing Steps
Production:

This PR:

Checklist
Please tick all that apply: