mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Cleanup mobile object pane buttons
This commit is contained in:
parent
07481bebde
commit
ef53daf290
@ -717,7 +717,9 @@ function ObjectDetailsTab({
|
||||
draggable={false}
|
||||
src={`${apiHost}api/events/${search.id}/thumbnail.webp`}
|
||||
/>
|
||||
<div className="flex w-full flex-row gap-2">
|
||||
<div
|
||||
className={cn("flex w-full flex-row gap-2", isMobile && "flex-col")}
|
||||
>
|
||||
{config?.semantic_search.enabled &&
|
||||
search.data.type == "object" && (
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user