diff --git a/frontend/src/components/filter/FilterBar.tsx b/frontend/src/components/filter/FilterBar.tsx index 1d4040e..ca70ebc 100644 --- a/frontend/src/components/filter/FilterBar.tsx +++ b/frontend/src/components/filter/FilterBar.tsx @@ -355,20 +355,21 @@ export function FilterBar() { - - {/* Clear-all — sits between the pill cluster and the search input - * on the right. Only renders when any filter is active so it - * doesn't take space in the resting state. */} + {/* Clear-all — borderless text affordance pinned next to the pill + * cluster on the right. Lives inside the pills container so it + * shares the same flex group and gap and reads as "another + * pill". Only renders when any filter is active. */} {anyActive && ( )} + {/* Search — pinned to the right edge of the bar. Same id as before * so the global "/" focus shortcut still finds it. */}