트위터 임베드 높이 잘림 수정#893
Merged
Merged
Conversation
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.
변경\n- 본문 markdown과 댓글 렌더러에서 Twitter postMessage resize를 받으면 iframe뿐 아니라 부모 embed-container 높이도 함께 갱신\n- Twitter 임베드 CSS를 고정 min-height + 가변 실제 높이 방식으로 정리\n- 공용 embed-container 스타일도 동일 기준으로 정리\n\n## 검증\n- clean worktree에서 pnpm install --store-dir /tmp/pnpm-store-twitter-embed-fix\n- pnpm check 실행\n\n## 참고\n- pnpm check는 이번 수정과 무관한 기존 타입 오류 35건(@angple/types, @angple/hook-system, admin theme settings 등)로 실패했습니다.\n- 따라서 "에러 없으면 머지" 조건은 아직 충족되지 않아 자동 머지는 보류합니다.