1
0

Save point: make scene3 choice buttons scroll with content instead of fixed

This commit is contained in:
avi
2026-05-17 20:02:56 -05:00
parent a3ee05acca
commit 9b88861d0f
2 changed files with 2 additions and 2 deletions

View File

@@ -993,7 +993,7 @@
html[data-view="mobile"] #scene3Title { font-size: 3rem; top: 1.5rem; left: 1.5rem; }
html[data-view="mobile"] #scene3 { padding: 4rem 1.5rem 12rem; }
html[data-view="mobile"] #scene3Text { margin-top: 2rem; overflow-wrap: break-word; }
html[data-view="mobile"] #scene3ChoiceRow { flex-direction: column; bottom: 14%; gap: 1rem; }
html[data-view="mobile"] #scene3ChoiceRow { flex-direction: column; position: static; gap: 1rem; width: 100%; align-items: center; margin-top: 2rem; transform: none; }
html[data-view="mobile"] .scene3ChoiceBtn { padding: 1.2rem 2rem; font-size: 1.6rem; }
html[data-view="mobile"] .punch-row { flex-direction: column; gap: 0.8rem; }
html[data-view="mobile"] .punch-card { padding: 1rem; font-size: 1.3rem; }

View File

@@ -993,7 +993,7 @@
html[data-view="mobile"] #scene3Title { font-size: 3rem; top: 1.5rem; left: 1.5rem; }
html[data-view="mobile"] #scene3 { padding: 4rem 1.5rem 12rem; }
html[data-view="mobile"] #scene3Text { margin-top: 2rem; overflow-wrap: break-word; }
html[data-view="mobile"] #scene3ChoiceRow { flex-direction: column; bottom: 14%; gap: 1rem; }
html[data-view="mobile"] #scene3ChoiceRow { flex-direction: column; position: static; gap: 1rem; width: 100%; align-items: center; margin-top: 2rem; transform: none; }
html[data-view="mobile"] .scene3ChoiceBtn { padding: 1.2rem 2rem; font-size: 1.6rem; }
html[data-view="mobile"] .punch-row { flex-direction: column; gap: 0.8rem; }
html[data-view="mobile"] .punch-card { padding: 1rem; font-size: 1.3rem; }