[Fix] : 인기차트 곡 카드 번호 밀림 수정 및 본문 스크롤 UI 통일 (#304) - #305
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017FgvRV4vpiVcD3y2cep4Tn
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017FgvRV4vpiVcD3y2cep4Tn
Owner
Author
|
/describe |
Owner
Author
|
/review |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
/improve |
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
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.
📌 PR 제목
[Fix] : 인기차트 곡 카드 번호 밀림 수정 및 본문 스크롤 UI 통일
📌 변경 사항
SongSummary에min-w-0 flex-1적용SongSummary는w-full인데 순위 뱃지와 같은 flex 행의 아이템이라, flex 아이템 기본값인min-width: auto가 preferred size(100%)를 하한으로 잡아 뱃지 폭만큼 줄어들지 못했다.px-4여백과items-start정렬 추가 (최신곡 카드와 동일한 여백)overflow-y-auto→ScrollArea로 교체💬 추가 참고 사항
ScrollArea로 통일한 이유tosing,info/*,patch-notes,admin/reports,ChatBot등 대다수 화면이ScrollArea를 사용 중이라 네이티브 스크롤을 쓰던/recent가 예외였다.ScrollArea는 오버레이라 폭이 항상 일정하다.bg-border)을 따르므로 다크모드까지 일관된다./search는 무한스크롤용 스크롤 컨테이너 ref가 필요해 네이티브overflow-y-auto를 유지했다.pnpm build/pnpm lint/pnpm format으로 검증했다.