From 20e48d4217459098957b4e8a693de903fde3fa10 Mon Sep 17 00:00:00 2001 From: avi Date: Tue, 12 May 2026 21:47:21 -0500 Subject: [PATCH] =?UTF-8?q?Save=20point:=20Scene=204=20content=20shifted?= =?UTF-8?q?=20down,=20coin=20grid=20halved,=20Scene=205=20restructured=20f?= =?UTF-8?q?or=20parallel=20display=20=E2=80=94=20hash=20bar=20removed,=20r?= =?UTF-8?q?ow-by-row=20removed,=20fade-in=20extended,=20UNCENSORABLE=20fli?= =?UTF-8?q?pped,=20RETURN=20shows=20completed=20Scene=203=20without=20repl?= =?UTF-8?q?ay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 114 +++++++++++++++++++++++++---------------------------- 1 file changed, 54 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index d9deaa8..59a7c56 100644 --- a/index.html +++ b/index.html @@ -243,7 +243,7 @@ flex-direction: column; justify-content: flex-start; align-items: center; - padding: 1.5rem 2rem; + padding: 8rem 2rem 1.5rem; overflow-y: auto; } .scene4text { @@ -346,7 +346,7 @@ display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; - max-width: 30rem; + max-width: 15rem; margin: 0 auto; } .coin { @@ -424,7 +424,7 @@ max-width: 55rem; margin-top: 1.5rem; opacity: 0; - transition: opacity 1.2s ease; + transition: opacity 4s ease; } .s5visual.visible { opacity: 1; } @@ -550,6 +550,7 @@
+