fix: add Cancel to recorder + safe-area insets (notch ate the ✕)

The header ✕ sat under the iPhone status bar/notch (overlay had no safe-area
padding), so there was no reachable way out without saving. Add a labeled Cancel
button next to Save, and pad the header/footer for the notch + home indicator.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-27 04:40:32 +00:00
parent 4fd7eff7e9
commit c52404fbb9
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -209,6 +209,7 @@
</div>
<div class="rec-foot">
<button class="rec-cancel" data-act="close">Cancel</button>
<button class="rec-save" data-act="save">Save &amp; replay</button>
</div>
`;