mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Merge branch 'refactor-search-details' of github.com:blakeblackshear/frigate into refactor-search-details
This commit is contained in:
commit
0c09ad63d9
@ -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 && "mb-3 h-auto flex-wrap gap-2",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{config?.semantic_search?.enabled && (
|
{config?.semantic_search?.enabled && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user