Refactor releases UI into module; cap update log height
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user