Conversation
🦋 Changeset detectedLatest commit: e45c6e9 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 |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 87443dbac8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
packages/gitbook/src/components/Embeddable/EmbeddableDocsPage.tsx
Outdated
Show resolved
Hide resolved
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 984a822c0f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
layout-default,layout-wide) and usesbody:has(.layout-*)selectors to drive responsive structure consistently.CONTENT_STYLEto centralize content width rules: separates “site chrome” sizing (CONTAINER_STYLE) from the actual page content max-width, so multiple components share the same width logic.PageBodynow determineswideLayoutonce (page config + full-width blocks) and appliesCONTENT_STYLE+layout-*classes, reducing ad-hocmax-w-*/ special-case overrides.no-sidebar/has-sidebarbehavior with minimal/fixed variants in wide layout, and the right outline is refactored into a properSideSheetwith overlay/close + explicit “outline open” state.Deliberate effects of this rework:
widepage-layout option. No more individual blocks to adjust. While this is technically a reduction of block options, in practice this results in more uniform layouts and the system functioning as people expect.