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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user