Skip to content

fix: pyconkr-2026 헤더 네비게이션 레이아웃 개선#62

Open
MU-Software wants to merge 4 commits into
refactor/remove-namespace-usagefrom
fix/fix-2026-navbar
Open

fix: pyconkr-2026 헤더 네비게이션 레이아웃 개선#62
MU-Software wants to merge 4 commits into
refactor/remove-namespace-usagefrom
fix/fix-2026-navbar

Conversation

@MU-Software
Copy link
Copy Markdown
Member

@MU-Software MU-Software commented May 16, 2026

Summary

  • 화면 너비가 1366px 이상이 되면 양쪽 NavSideElementContainer가 더 이상 벌어지지 않도록 수정
    • HeaderInner/NavDropdownInner/BreadCrumbInnermax-width: 1366px + 중앙 정렬 적용
  • HeaderInnerdisplay: grid; gridTemplateColumns: 1fr auto 1fr로 전환하여 양쪽 사이드가 동일 폭을 갖고
    가운데 sitemap이 진짜 가운데 정렬되도록 수정
  • NavDropdownOuter hover 시에도 "PyCon Korea 2026" 타이틀 텍스트가 보이도록
    outer Box에 :has(.nav-dropdown:hover) .header-title-text { opacity: 1 } 규칙 추가
  • (임시) sitemap 항목이 충분히 등록되기 전까지는 nav를 좌측 정렬(auto auto 1fr)하고 타이틀 텍스트를 상시 노출.
    두 변경 모두 TODO/FIXME 주석으로 복귀 방법 명시
    • sitemap이 너무 등록되어 있지 않다보니 휑해보이더라고요...
      우선 임시로 이렇게 해두고, 나중에 2025년처럼 어느 정도 많이 등록되면 중앙정렬 / 타이틀 텍스트 상시 정렬을 복구하려 합니다.

추가 사항

@MU-Software MU-Software changed the base branch from main to refactor/remove-namespace-usage May 16, 2026 11:38
@MU-Software MU-Software changed the title Fix/fix 2026 navbar fix: pyconkr-2026 헤더 네비게이션 레이아웃 개선 May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant