From 8df02fdfd76aa3e037efe41be9088bbda7421745 Mon Sep 17 00:00:00 2001 From: Zak Bearman Date: Sun, 13 Sep 2026 21:57:26 +1200 Subject: [PATCH] Feather the top edge of request artwork --- frontend/app/ops-redesign.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/ops-redesign.css b/frontend/app/ops-redesign.css index cc763cd..d961152 100644 --- a/frontend/app/ops-redesign.css +++ b/frontend/app/ops-redesign.css @@ -4982,8 +4982,8 @@ textarea:focus { /* Fade the entire artwork layer, including its tint, into the page surface. */ .request-cinematic-art { - -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%); + -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%); -webkit-mask-composite: source-in; - mask-image: linear-gradient(to bottom, #000 0%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%); + mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%); mask-composite: intersect; }