Move diagnostics log to modal; add header Log button

This commit is contained in:
Aaron
2025-12-13 11:41:13 -05:00
parent 5ee183d607
commit 650175913e
3 changed files with 36 additions and 7 deletions

View File

@@ -422,6 +422,10 @@ body {
min-height: 220px;
overflow-y: auto;
}
#diagModal pre.log-box {
max-height: 60vh;
min-height: 300px;
}
#releaseProgress {
display: none;
}