tweak(ui): center titlebar search and soften keybind

Mount the titlebar search in the center area and tune its sizing/spacing; use regular weight for the keybind pill text.
This commit is contained in:
David Hill
2026-02-17 14:12:32 +00:00
parent 8fcfbd697a
commit ce08442732
3 changed files with 7 additions and 9 deletions

View File

@@ -9,10 +9,10 @@
background: var(--surface-base);
box-shadow: var(--shadow-xxs-border);
/* text-12-medium */
/* text-12-regular */
font-family: var(--font-family-sans);
font-size: 12px;
font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-regular);
line-height: 1;
color: var(--text-weak);
}