fix(ui): align the model field with sidebar selectors

Remove the nested search-input chrome from the inline searchable model control. The outer selector already owns the border and padding, so the model field now matches adjacent sidebar controls without changing keyboard search behavior.

Validated with the UI TypeScript check, production UI build, and git diff checks.
This commit is contained in:
Pascal André 2026-08-24 16:02:04 +02:00
parent b12166edf2
commit 5c367f6cf5
No known key found for this signature in database

View file

@ -403,7 +403,7 @@ export default function ModelSelector(props: ModelSelectorProps) {
<div class="selector-trigger-label selector-trigger-label--stacked flex-1 min-w-0">
<Combobox.Input
ref={searchInputRef}
class="selector-search-input selector-trigger-primary selector-trigger-primary--align-left flex-1 min-w-0"
class="selector-trigger-primary selector-trigger-primary--align-left flex-1 min-w-0"
data-model-selector
value={inputValue()}
placeholder={currentModelLabel()}