header
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-20 15:20:48 +03:00
parent 435f89b014
commit ac260ee9af
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@@ -10,8 +10,10 @@
class="q-mx-md q-mt-lg q-py-sm q-px-md" class="q-mx-md q-mt-lg q-py-sm q-px-md"
:class="isHeroScroll ? 'text-white' : 'text-white glass shadow-6'" :class="isHeroScroll ? 'text-white' : 'text-white glass shadow-6'"
:style="{ :style="{
'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.3s ease' 'transition': 'all 0.3s ease-in-out'
}" }"
> >
<div <div