fix: address std-dev inline span refresh + style fixes (#19)

- A: create inline span when missing in refreshRoundHistory (was silently dropped)
- B: updateStdDevInline also called from refreshHistoryThenCalculate
- C: extract stdDevTooltipText + updateStdDevInline helpers; replace 3 call sites
- D: remove margin-left: 4px and bump font-size to 12px on .std-dev-inline
- E: guard against stdDev === 0 in EJS (truthy → != null)
This commit is contained in:
Samuel Enocsson
2026-05-23 06:45:39 +02:00
parent c3fb850de3
commit 1ff768e2fa
3 changed files with 28 additions and 22 deletions
+1 -2
View File
@@ -49,9 +49,8 @@
.std-dev-inline {
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
font-variant-numeric: tabular-nums;
margin-left: 4px;
}
.difference {