Hide inline release progress text; keep log height fixed

This commit is contained in:
Aaron
2025-12-13 09:33:39 -05:00
parent b611d247b2
commit d436d3013d
2 changed files with 4 additions and 4 deletions

View File

@@ -422,6 +422,9 @@ body {
min-height: 220px;
overflow-y: auto;
}
#releaseProgress {
display: none;
}
:root[data-theme="light"] .log-box {
background: rgba(12, 18, 32, 0.04);
}