Refactor releases UI into module; cap update log height

This commit is contained in:
Aaron
2025-12-13 09:27:38 -05:00
parent 4461613339
commit 2bdd07b954
4 changed files with 378 additions and 364 deletions

View File

@@ -417,6 +417,10 @@ body {
.modal-card.wide pre.log-box {
max-height: 60vh;
}
#releaseModal pre.log-box {
max-height: 220px !important;
overflow-y: auto;
}
:root[data-theme="light"] .log-box {
background: rgba(12, 18, 32, 0.04);
}