mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore: input height for mobile
This commit is contained in:
@@ -109,7 +109,7 @@ export function Autocomplete({
|
|||||||
"rounded-none rounded-t-lg border-l border-r border-t": open,
|
"rounded-none rounded-t-lg border-l border-r border-t": open,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<div className={"relative flex items-center px-2 py-3"}>
|
<div className="relative flex items-center">
|
||||||
<CommandPrimitive.Input
|
<CommandPrimitive.Input
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
value={inputValue}
|
value={inputValue}
|
||||||
@@ -125,7 +125,7 @@ export function Autocomplete({
|
|||||||
}}
|
}}
|
||||||
placeholder={filteredTopics[0]?.prettyName}
|
placeholder={filteredTopics[0]?.prettyName}
|
||||||
className={cn(
|
className={cn(
|
||||||
"placeholder:text-muted-foreground flex-1 bg-transparent px-2 outline-none",
|
"placeholder:text-muted-foreground flex-1 bg-transparent min-h-10 px-3 py-1 sm:py-3 sm:px-4 outline-none",
|
||||||
)}
|
)}
|
||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user