Adjust modal size to 75% width and 65% height, call PlaybackStopped when cleaning up sessions

This commit is contained in:
2026-02-05 11:53:35 -05:00
parent 3b8d83b43e
commit b604d61039
2 changed files with 10 additions and 6 deletions

View File

@@ -387,9 +387,9 @@
border: 1px solid var(--border);
border-radius: 12px;
padding: 24px;
max-width: 800px;
width: 90%;
max-height: 90vh;
max-width: 75%;
width: 75%;
max-height: 65vh;
overflow-y: auto;
}