From a74a3637284c315882a68d488a0ac80d3244af1a Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 25 Jun 2026 20:41:10 -0400 Subject: [PATCH] /play Bloom motif: center the flower vertically above the title (match other tiles) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bloom used a hardcoded % anchor so it read top-heavy with a gap below. Wrap the petals in a fixed-size .bloom-ring and flex-center it in the space above the foot (padding-bottom clears the title) — robust, no guessed percentage. Co-Authored-By: Claude Opus 4.8 --- frontend/src/routes/play/+page.svelte | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/frontend/src/routes/play/+page.svelte b/frontend/src/routes/play/+page.svelte index 969442c..4a0a8dd 100644 --- a/frontend/src/routes/play/+page.svelte +++ b/frontend/src/routes/play/+page.svelte @@ -327,9 +327,11 @@ {#if !bloomBlocked}