mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-28 23:14:56 +03:00
show event icon on mobile
This commit is contained in:
parent
458c73e8b8
commit
d3387e95ef
@ -377,8 +377,13 @@ export function GroupedClassificationCard({
|
|||||||
)}
|
)}
|
||||||
</ContentDescription>
|
</ContentDescription>
|
||||||
</div>
|
</div>
|
||||||
{isDesktop && (
|
<div
|
||||||
<div className="flex flex-row justify-between">
|
className={cn(
|
||||||
|
"flex",
|
||||||
|
isDesktop && "flex-row justify-between",
|
||||||
|
isMobile && "absolute right-4 top-8",
|
||||||
|
)}
|
||||||
|
>
|
||||||
{classifiedEvent && (
|
{classifiedEvent && (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<TooltipTrigger asChild>
|
<TooltipTrigger asChild>
|
||||||
@ -402,7 +407,6 @@ export function GroupedClassificationCard({
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
|
||||||
</Header>
|
</Header>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user