fix(ui): polish editor layouts and confirm scene delete

Stretch key action buttons, center empty audio/image pickers, and require confirmation before deleting a scene.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-29 15:35:07 +08:00
parent a2b418b78a
commit c7bf7cf449
8 changed files with 355 additions and 154 deletions
@@ -366,11 +366,20 @@
.clearSceneBtn {
width: 100%;
box-sizing: border-box;
flex: 0 0 auto;
}
.clearSceneBtn > * {
width: 100%;
max-width: 100%;
display: flex;
box-sizing: border-box;
}
.clearSceneBtn button {
width: 100%;
box-sizing: border-box;
flex: 1;
}
.sceneToken {