-
Notifications
You must be signed in to change notification settings - Fork 4k
Rework full-width layout, add support for full-width page option #3293
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
Conversation
🦋 Changeset detectedLatest commit: 48f9534 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Summary of the deployments: Version 1
Version 2
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
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.
I'm a bit confused here ? Do you want to keep both page-full-width
and site-full-width
site-full-width
is applied any time the site needs to grow wider to accommodate a bigger block. It's applied for OpenAPI blocks, fullwidth blocks, and for the (soon to be added) fullwidth page option. It basically signals that some UI should no longer be restricted to the container, but go full width instead.page-full-width
is applied only when the (soon to be added) fullwidth page option is turned on. It signals that the page's container should be wider.3xl
toscreen-2xl
.