-
Notifications
You must be signed in to change notification settings - Fork 0
feat(blog): 글 읽기 레이아웃 개선 #124
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,9 @@ | |
| .ark-site-grid[data-page-layout='content'] .ark-site-navigation { | ||
| grid-column: 1; | ||
| grid-row: 1; | ||
| position: sticky; | ||
| top: 2.5rem; | ||
| align-self: start; | ||
| padding-top: 4.5rem; | ||
| } | ||
|
|
||
|
|
@@ -18,4 +21,9 @@ | |
| .ark-site-grid[data-page-layout='content'] .ark-article { | ||
| padding-top: 0; | ||
| } | ||
|
|
||
| .ark-site-grid[data-page-layout='content'] .ark-article-container { | ||
| margin-right: 0; | ||
| margin-left: 0; | ||
|
Comment on lines
+25
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
On desktop widths where the content grid column exceeds the container's 800px maximum (including the configured 1440px desktop viewport), these overrides left-align only AGENTS.md reference: AGENTS.md:L93-L95 Useful? React with 👍 / 👎. |
||
| } | ||
| } | ||
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.
Replacing the fixed body portal with an in-flow TOC chooses between two implementations with material visibility, scrolling, and responsive-layout tradeoffs, and it also revises the reading layout previously covered by ADR 0051. This commit changes the decision without adding a numbered successor ADR or updating the ADR index; document the alternatives and consequences before merging.
AGENTS.md reference: AGENTS.md:L26-L35
Useful? React with 👍 / 👎.