fix(a11y): 큰 글씨 모드 상단바 및 전역 컴포넌트 깨짐 방지 레이아웃 최적화 - #73
Merged
Conversation
- 상단바 햄버거 버튼에 xl:!hidden 적용하여 데스크톱 중복 노출 및 넘침 방지 - globals.css에서 btn-accent, btn-ghost를 @layer components로 분리하여 유틸리티 우선순위 보장 - a11y-large-text 환경에서 nav 규격(폰트 13px, 버튼 36-38px) 및 btn-icon 규격(min-h-0) 보호 - 챗봇, 로그인, 시뮬레이터, 주식 컴포넌트 내 컴팩트 버튼에 min-h-0 및 모바일 hidden 명시
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
주요 변경 사항
NavBar.tsx에서 햄버거 버튼에xl:!hidden을 적용하여.btn-ghost의display: inline-flex스타일 오버라이드에 의한 데스크톱 노출을 완전히 차단했습니다.globals.css에서.btn-accent,.btn-ghost,.btn-icon,.field를@layer components로 격리하여 Tailwind 유틸리티 클래스의 우선순위를 보장했습니다..a11y-large-text nav내부의 폰트(13px) 및 버튼 높이(36px / 38px)를 고정하여 상단 캡슐 바가 화면을 벗어나지 않도록 보호했습니다..btn-icon및.btn-ghost.btn-icon에min-height: 0 !important; padding: 0 !important;를 적용하여 로그인 모달, 챗봇, 보안 화면의 닫기/아이콘 버튼이 48px로 비정상 확대되는 현상을 방지했습니다.min-h-0을 명시했습니다.