fix(FN-2859): reduce background AI pill height in executor footer

- Tighten background task indicator pill padding to reduce vertical footprint
- Lower line-height to keep icon/text alignment after the size reduction
- Reduce mobile min-height so the footer pill no longer appears oversized
This commit is contained in:
Fusion
2026-04-28 07:25:35 -07:00
committed by gsxdsm
parent 13c72659d2
commit bf9273abae

View File

@@ -7,7 +7,7 @@
display: inline-flex;
align-items: center;
gap: 6px;
padding: 2px 10px;
padding: 1px 8px;
border-radius: 12px;
border: 1px solid var(--border);
background: var(--surface);
@@ -15,7 +15,7 @@
cursor: pointer;
font-size: 12px;
font-weight: 500;
line-height: 20px;
line-height: 18px;
white-space: nowrap;
transition: background var(--transition-fast);
}
@@ -120,7 +120,7 @@
}
.background-tasks-indicator__pill {
min-height: 36px;
min-height: 28px;
}
}