-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix: Assorted new docs fixes from testing #8875
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
Build successful! 🎉 |
Build successful! 🎉 |
Build successful! 🎉 |
|
||
// TODO: this causes a flash when the headings change size, maybe we just move this code | ||
// to client and append suppressHydrationWarning to the h1s | ||
export function TitleResizer() { |
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.
Want to use https://una.im/5-css-functions/#fluid-type if it's supported in the browser?
it's already in chrome Fyrd/caniuse#7368
Build successful! 🎉 |
…gation scroll positioning
… the images at small screen sizes
…r updates during scroll on mobile this is because the page doesnt actually remount, we reuse the existing component tree
Build successful! 🎉 |
<div | ||
className={style({ | ||
isolation: 'isolate', | ||
display: 'flex', | ||
flexDirection: 'column', | ||
alignItems: 'center', | ||
maxWidth: { | ||
default: 'full', | ||
lg: 1280 | ||
}, | ||
marginX: 'auto', | ||
marginY: 0, | ||
padding: { | ||
default: 0, | ||
lg: 12 | ||
}, | ||
paddingBottom: 0, | ||
gap: { | ||
default: 0, | ||
lg: 12 | ||
} | ||
})}> |
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.
Were these styles intentionally removed? It seems like the content takes up the full viewport width now.
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.
oh whoops, must of messed the rebase for this one, thanks for catching
Build successful! 🎉 |
Closes
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: