Rewind through the descent history
All checks were successful
/ test (pull_request) Successful in 3m47s

This commit is contained in:
Aaron Fenyes 2025-08-21 14:49:32 -04:00
parent af18a8e7d1
commit 36036141b5
6 changed files with 152 additions and 19 deletions

View file

@ -184,6 +184,7 @@ details[open]:has(li) .element-switch::after {
#diagnostics-bar {
display: flex;
gap: 8px;
}
#realization-status {
@ -207,6 +208,14 @@ details[open]:has(li) .element-switch::after {
content: '⚠';
}
#step-input > label {
padding-right: 4px;
}
#step-input > input {
width: 45px;
}
.diagnostics-panel {
margin-top: 10px;
min-height: 180px;