forked from avi/signalelsewhere
Save point: make scene3 choice buttons scroll with content instead of fixed
This commit is contained in:
@@ -993,7 +993,7 @@
|
|||||||
html[data-view="mobile"] #scene3Title { font-size: 3rem; top: 1.5rem; left: 1.5rem; }
|
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"] #scene3 { padding: 4rem 1.5rem 12rem; }
|
||||||
html[data-view="mobile"] #scene3Text { margin-top: 2rem; overflow-wrap: break-word; }
|
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"] .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-row { flex-direction: column; gap: 0.8rem; }
|
||||||
html[data-view="mobile"] .punch-card { padding: 1rem; font-size: 1.3rem; }
|
html[data-view="mobile"] .punch-card { padding: 1rem; font-size: 1.3rem; }
|
||||||
|
|||||||
@@ -993,7 +993,7 @@
|
|||||||
html[data-view="mobile"] #scene3Title { font-size: 3rem; top: 1.5rem; left: 1.5rem; }
|
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"] #scene3 { padding: 4rem 1.5rem 12rem; }
|
||||||
html[data-view="mobile"] #scene3Text { margin-top: 2rem; overflow-wrap: break-word; }
|
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"] .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-row { flex-direction: column; gap: 0.8rem; }
|
||||||
html[data-view="mobile"] .punch-card { padding: 1rem; font-size: 1.3rem; }
|
html[data-view="mobile"] .punch-card { padding: 1rem; font-size: 1.3rem; }
|
||||||
|
|||||||
Reference in New Issue
Block a user