Skip to content

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

Merged
MU-Software merged 4 commits into
mainfrom
fix/fix-2026-navbar
May 19, 2026
Merged

fix: pyconkr-2026 헤더 네비게이션 레이아웃 개선#62
MU-Software merged 4 commits into
mainfrom
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
transition: "background-color 0.3s ease-in-out",
"& .header-title-text": {
opacity: 0,
// TODO: FIXME: HeaderInner의 좌측 정렬 모드를 중앙 정렬("1fr auto 1fr")로 되돌릴 때 opacity를 다시 0으로 변경할 것 (hover 시에만 노출되는 원래 동작 복귀)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정사항은 아니지만 요 부분은 어떤 의미인지 궁금합니다!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 마우스 포인터를 올릴 때에만 PyCon Korea 2026 텍스트가 보이도록 작업해두셨더라고여,
근데 지금처럼 sitemap이 몇개 등록되지 않아 중앙 정렬을 하면 어색한 상황이라 우측 정렬을 한 상황에서는 PyCon Korea 2026 텍스트가 보이지 않아 빈 공간만 넓게 차지하게 되면 어색해보이는지라, 우선은 항상 보이도록 해두고, 나중에 sitemap이 어느 정도 생겨서 (즉 항목이 늘어나서) 중앙 정렬이 괜찮아지면 다시 마우스 포인터를 올린 경우에만 PyCon Korea 2026 텍스트가 보이게 하려 합니다ㅎㅎ

Copy link
Copy Markdown
Contributor

@earthyoung earthyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

Base automatically changed from refactor/remove-namespace-usage to main May 19, 2026 00:40
@MU-Software MU-Software merged commit 3346907 into main May 19, 2026
@MU-Software MU-Software deleted the fix/fix-2026-navbar branch May 19, 2026 00:43
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.

2 participants