fix: make running count slash and total same size in status bar

Apply consistent font-family, font-weight, and line-height to count,
separator, and max elements.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
gsxdsm
2026-04-12 16:21:26 -07:00
parent 9292681234
commit 73e51b2033

View File

@@ -18770,13 +18770,18 @@ html .column.drag-over * {
/* Max concurrent display */
.executor-status-bar__max {
font-family: var(--font-mono);
font-weight: 600;
color: var(--text-dim);
line-height: 1;
}
/* Separator between count and max */
.executor-status-bar__separator {
font-family: var(--font-mono);
font-weight: 600;
color: var(--text-dim);
margin: 0 2px;
line-height: 1;
}
/* Divider between segments */