Add full reference graph mode
Some checks failed
docker-build / build (push) Has been cancelled

This commit is contained in:
2025-11-19 15:23:21 -05:00
parent 7f74aaced8
commit 82c334b131
4 changed files with 301 additions and 25 deletions

View File

@@ -196,6 +196,13 @@ body.dimmed {
font-weight: bold;
}
.graph-controls .field-hint {
font-size: 10px;
color: #3c3c3c;
margin: 0;
max-width: 280px;
}
.graph-controls input,
.graph-controls select {
min-width: 160px;