Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tasty-toes-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-core/ui-components': patch
---

Use the available viewport width for article navigation on wide screens.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
ml:grid-rows-[1fr]
ml:overflow-visible
ml:[grid-template-areas:'sidebar_main''sidebar_footer']
3xl:grid-cols-[--spacing(80)_1fr_--spacing(80)]
3xl:grid-cols-[1fr_--spacing(256)_1fr]
3xl:max-w-none
Comment thread
avivkeller marked this conversation as resolved.
Outdated
mx-auto
block
w-full
Expand Down
Loading