.jobs { max-height: 34%; overflow: auto; border-top: 1px solid var(--line); }
.job { padding: 9px 14px; border-left: 2px solid transparent; cursor: pointer; }
.job:hover { background: #1c222b; }
.job.active { background: #202734; border-left-color: var(--blue); }
.job b, .job small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job b { font-size: 12px; font-weight: 550; }
.job small { font-size: 10px; color: var(--muted); margin-top: 4px; }
.job-status { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 6px; background: #8b949e; }
.job-status.running, .job-status.queued { background: #d29922; box-shadow: 0 0 0 3px #d2992233; }
.job-status.done { background: var(--green); }
.job-status.error { background: #f85149; }
