mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 08:36:25 +03:00
Tighten configure hub pill sizing.
Pills shrink to content width and use slightly more padding so values read as compact chips rather than full-width rows. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7682,8 +7682,9 @@ body.picker-page {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
padding: 4px 9px;
|
||||
padding: 6px 9px;
|
||||
color: var(--ks-text-faint);
|
||||
font-size: 12.5px;
|
||||
letter-spacing: 0.015em;
|
||||
|
||||
Reference in New Issue
Block a user