Skip to content

Commit ec2b526

Browse files
committed
style: 모바일 헤더의 아이콘 크기 및 로고 스타일 조정
1 parent 50dfffb commit ec2b526

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/MobileHeader.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ export function MobileHeader() {
108108
<header className="md:hidden sticky top-0 z-40 border-b border-black/10 dark:border-white/10 bg-white/85 dark:bg-zinc-950/85 backdrop-blur-md">
109109
<div className="flex h-14 items-center justify-between px-4">
110110
{/* 로고 */}
111-
<Link href="/" className="flex items-center gap-2">
112-
<span className="text-lg leading-none">🐨</span>
113-
<span className="text-sm font-bold tracking-tight text-zinc-900 dark:text-white">코알라 오딧세이</span>
111+
<Link href="/" className="flex items-center gap-2 min-w-0 shrink-0">
112+
<span className="text-lg leading-none shrink-0">🐨</span>
113+
<span className="text-sm font-bold tracking-tight text-zinc-900 dark:text-white whitespace-nowrap">코알라 오딧세이</span>
114114
</Link>
115115

116116
{/* 우측 아이콘 영역 */}
@@ -123,7 +123,7 @@ export function MobileHeader() {
123123
aria-label="검색"
124124
className="rounded-lg p-2 text-zinc-400 hover:text-zinc-900 hover:bg-zinc-100 dark:text-zinc-500 dark:hover:text-white dark:hover:bg-white/10 transition-colors"
125125
>
126-
<svg className="size-4.5" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
126+
<svg className="size-5" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
127127
<path strokeLinecap="round" strokeLinejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 15.803a7.5 7.5 0 0 0 10.607 0Z" />
128128
</svg>
129129
</button>
@@ -134,7 +134,7 @@ export function MobileHeader() {
134134
aria-label="메뉴 열기"
135135
className="rounded-lg p-2 text-zinc-400 hover:text-zinc-900 hover:bg-zinc-100 dark:text-zinc-500 dark:hover:text-white dark:hover:bg-white/10 transition-colors"
136136
>
137-
<svg className="size-4.5" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
137+
<svg className="size-5" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
138138
<path strokeLinecap="round" strokeLinejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
139139
</svg>
140140
</button>
@@ -173,7 +173,7 @@ export function MobileHeader() {
173173
aria-label="메뉴 닫기"
174174
className="rounded-lg p-1.5 text-zinc-400 hover:text-zinc-900 hover:bg-zinc-100 dark:text-zinc-500 dark:hover:text-white dark:hover:bg-white/10 transition-colors"
175175
>
176-
<svg className="size-4.5" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
176+
<svg className="size-5" fill="none" stroke="currentColor" strokeWidth={1.75} viewBox="0 0 24 24">
177177
<path strokeLinecap="round" strokeLinejoin="round" d="M6 18 18 6M6 6l12 12" />
178178
</svg>
179179
</button>

0 commit comments

Comments
 (0)