mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
auto height
This commit is contained in:
parent
c1ea5cd19d
commit
e2a0f99a6a
@ -110,11 +110,11 @@ export default function SearchView({
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"relative flex h-11 items-center pl-2 pr-2 md:pl-3",
|
"flex h-11 items-center pl-2 pr-2 md:pl-3",
|
||||||
config?.semantic_search?.enabled
|
config?.semantic_search?.enabled
|
||||||
? "justify-between"
|
? "justify-between"
|
||||||
: "justify-center",
|
: "justify-center",
|
||||||
isMobileOnly && "h-[88px] flex-wrap gap-2",
|
isMobileOnly && "h-auto flex-wrap gap-2",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{config?.semantic_search?.enabled && (
|
{config?.semantic_search?.enabled && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user