Skip to content

Commit 4f3839b

Browse files
joewinkeclaude
andcommitted
task(jat-fq7dx): Unify fonts across open-tasks filter bar and table
All filter controls (search, project dropdown, type dropdown, columns button) now use the same monospace font stack. Task IDs and epic IDs in context menu also normalized to the same stack. Search input padding/border-radius aligned with SearchDropdown triggers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 979ea32 commit 4f3839b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

ide/src/routes/open-tasks/+page.svelte

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,12 +1514,14 @@
15141514
align-items: center;
15151515
}
15161516
.search-input {
1517-
padding: 0.375rem 0.75rem;
1517+
padding: 0.25rem 0.5rem;
1518+
font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;
15181519
font-size: 0.8125rem;
15191520
background: oklch(0.16 0.01 250);
1520-
border: 1px solid oklch(0.28 0.02 250);
1521-
border-radius: 0.375rem;
1521+
border: 1px solid oklch(0.25 0.02 250);
1522+
border-radius: 0.5rem;
15221523
color: oklch(0.90 0.02 250);
1524+
min-height: 2rem;
15231525
outline: none;
15241526
width: 240px;
15251527
transition: border-color 0.15s;
@@ -1764,7 +1766,7 @@
17641766
.task-id-btn {
17651767
background: none;
17661768
border: none;
1767-
font-family: monospace;
1769+
font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;
17681770
font-size: 0.6875rem;
17691771
color: oklch(0.50 0.02 250);
17701772
cursor: pointer;
@@ -2223,7 +2225,7 @@
22232225
}
22242226
.task-epic-id {
22252227
font-size: 0.6875rem;
2226-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
2228+
font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;
22272229
color: oklch(0.60 0.02 250);
22282230
flex-shrink: 0;
22292231
}

0 commit comments

Comments
 (0)