fix: pyconkr-2026 헤더 네비게이션 레이아웃 개선#62
Open
MU-Software wants to merge 4 commits into
Open
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.
Summary
NavSideElementContainer가 더 이상 벌어지지 않도록 수정HeaderInner/NavDropdownInner/BreadCrumbInner에max-width: 1366px+ 중앙 정렬 적용HeaderInner를display: grid; gridTemplateColumns: 1fr auto 1fr로 전환하여 양쪽 사이드가 동일 폭을 갖고가운데 sitemap이 진짜 가운데 정렬되도록 수정
NavDropdownOuterhover 시에도 "PyCon Korea 2026" 타이틀 텍스트가 보이도록outer Box에
:has(.nav-dropdown:hover) .header-title-text { opacity: 1 }규칙 추가auto auto 1fr)하고 타이틀 텍스트를 상시 노출.두 변경 모두 TODO/FIXME 주석으로 복귀 방법 명시
우선 임시로 이렇게 해두고, 나중에 2025년처럼 어느 정도 많이 등록되면 중앙정렬 / 타이틀 텍스트 상시 정렬을 복구하려 합니다.
추가 사항
추후 저 브랜치가 main에 머지된 후 본 브랜치도 머지할 예정입니다.