fix(whyparents): remove right-edge fade from gallery mask
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-11 16:41:19 +01:00
parent b22f7194a5
commit ce064bce7a

View file

@ -185,10 +185,8 @@ export function WhyParents({ items, sideGallery, title }: WhyParentsProps) {
<div
className="relative"
style={{
maskImage:
'linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%)',
WebkitMaskImage:
'linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%)',
maskImage: 'linear-gradient(90deg, transparent 0%, black 8%)',
WebkitMaskImage: 'linear-gradient(90deg, transparent 0%, black 8%)',
}}
>
<div