From 6e6b66671e7d2937c46b525ed4cdaa217403147f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 3 May 2026 21:10:40 +0200 Subject: [PATCH] Fix front-overlay not covering right bleed edge Overlay was sized to var(--trim-w) like the old artwork, leaving the right 0.125 in strip of the zone undarked. Changed to width/height 100%. Co-Authored-By: Claude Sonnet 4.6 --- templates/cover.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cover.html b/templates/cover.html index 14c1993..e6ebb46 100644 --- a/templates/cover.html +++ b/templates/cover.html @@ -265,8 +265,8 @@ .front-overlay { position: absolute; top: 0; left: 0; - width: var(--trim-w); - height: var(--total-h); + width: 100%; + height: 100%; background: /* deep vignette around all edges */ radial-gradient(ellipse 90% 90% at 50% 50%,