From 9c6a47ab4e18be3b7caa217794436f6b45a6a3c4 Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Fri, 26 Dec 2025 21:26:23 +0000 Subject: [PATCH] Add New search reset after generation. Keeps the generated artifact view intact but provides a footer New search button that stops audio, resets state, scrolls to top, and focuses the search input. --- index.html | 3 +++ src/main.ts | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/index.html b/index.html index 4b8a11c..26a995c 100644 --- a/index.html +++ b/index.html @@ -571,6 +571,8 @@ margin-top: calc(var(--spacing-unit) * 6); display: flex; justify-content: center; + gap: calc(var(--spacing-unit) * 1.5); + flex-wrap: wrap; } .player-section { @@ -1133,6 +1135,7 @@