Remove double line under navbar — drop transparent border on header
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2ab4375fba
commit
e173f0d258
|
|
@ -146,7 +146,7 @@ export default function Header() {
|
|||
background: scrolled ? 'rgba(255,255,255,0.88)' : T.paper,
|
||||
backdropFilter: scrolled ? 'blur(18px) saturate(160%)' : 'none',
|
||||
WebkitBackdropFilter: scrolled ? 'blur(18px) saturate(160%)' : 'none',
|
||||
borderBottom: scrolled ? '1px solid rgba(7,29,73,0.10)' : '1px solid transparent',
|
||||
borderBottom: scrolled ? '1px solid rgba(7,29,73,0.10)' : 'none',
|
||||
direction: lang === 'fa' ? 'rtl' : 'ltr',
|
||||
transition: 'background 220ms ease, backdrop-filter 220ms ease, border-color 220ms ease',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue