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