적용적용
Some checks failed
deploy-on-main / deploy (push) Failing after 23s

This commit is contained in:
koreacomp5
2025-11-08 01:21:44 +09:00
parent bb71b892ca
commit 1c2222da67
9 changed files with 276 additions and 60 deletions

View File

@@ -343,7 +343,7 @@ export function AppHeader() {
return (
<header
ref={headerRef}
className={`relative flex items-center justify-between px-4 py-3 bg-white/80 backdrop-blur supports-[backdrop-filter]:bg-white/60 ${
className={`relative flex items-center justify-between px-4 py-3 bg-white/90 backdrop-blur supports-[backdrop-filter]:bg-white/60 ${
megaOpen ? "shadow-[0_6px_24px_rgba(0,0,0,0.10)]" : ""
}`}
>
@@ -423,7 +423,7 @@ export function AppHeader() {
/>
</div>
<div
className={`fixed left-0 right-0 z-50 bg-white/80 backdrop-blur supports-[backdrop-filter]:bg-white/60 shadow-[0_12px_32px_rgba(0,0,0,0.12)] transition-all duration-200 ${
className={`fixed left-0 right-0 z-50 bg-white/90 backdrop-blur supports-[backdrop-filter]:bg-white/60 shadow-[0_12px_32px_rgba(0,0,0,0.12)] transition-all duration-200 ${
megaOpen ? "opacity-100" : "pointer-events-none opacity-0"
}`}
style={{ top: headerBottom }}