mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-26 08:42:02 +00:00
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:
parent
b12166edf2
commit
5c367f6cf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue