Stream progress in UI.py, resize modal

This commit is contained in:
Joe Knapper 2026-02-18 14:08:18 +00:00
parent 3631f76b23
commit 219861cbac
3 changed files with 13 additions and 1 deletions

View file

@ -115,7 +115,11 @@ export default {
margin-left: 5px;
margin-right: 5px;
}
#status-modal {
max-height: 90vh; // never exceed 90% of viewport height
display: flex;
flex-direction: column;
}
#status-modal .log-container {
height: 10em;
}