This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<q-header
|
<q-header
|
||||||
class="main-content bg-transparent"
|
class="main-content bg-transparent"
|
||||||
reveal
|
reveal
|
||||||
style="transition: all 0.5s ease"
|
style="transition: all 0.3s ease"
|
||||||
ref="headerRef"
|
ref="headerRef"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
'backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
|
'backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
|
||||||
'-webkit-backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
|
'-webkit-backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
|
||||||
'border-radius': 'var(--base-radius)',
|
'border-radius': 'var(--base-radius)',
|
||||||
'transition': 'all 0.5s ease'
|
'transition': 'all 0.3s ease'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user