The area right of a rail fills it, and a form inside a card stops at xl - #450
Merged
Conversation
WaylandYang
force-pushed
the
feat/class-panel-tabs
branch
from
September 6, 2026 18:16
daafb02 to
c5349b4
Compare
WaylandYang
force-pushed
the
feat/full-width
branch
from
September 6, 2026 18:16
c35c20a to
52f7882
Compare
Signed-off-by: WaylandYang <wayland0916@gmail.com>
WaylandYang
force-pushed
the
feat/full-width
branch
from
September 6, 2026 18:24
52f7882 to
bdccf24
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every content area right of a rail had its own maximum width — 4xl on Library and Review, 6xl with xl/2xl insides on the Ontology views, xl on both settings pages, lg/2xl on the account pages, 6xl on the document viewer — and two different gutters.
One rule: the area fills the space right of the rail, gutters
px-8 py-6, no maximum. Where a card holds a form (KB settings, admin settings, profile, tokens), the card is full width and the fields inside stop atmax-w-xl, so an input never stretches across a thousand pixels. Chat's centred reading column is left alone on purpose.