mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-23 20:48:31 +03:00
move div inside conditional
This commit is contained in:
parent
d3387e95ef
commit
d3469a5c15
@ -377,14 +377,14 @@ export function GroupedClassificationCard({
|
|||||||
)}
|
)}
|
||||||
</ContentDescription>
|
</ContentDescription>
|
||||||
</div>
|
</div>
|
||||||
<div
|
{classifiedEvent && (
|
||||||
className={cn(
|
<div
|
||||||
"flex",
|
className={cn(
|
||||||
isDesktop && "flex-row justify-between",
|
"flex",
|
||||||
isMobile && "absolute right-4 top-8",
|
isDesktop && "flex-row justify-between",
|
||||||
)}
|
isMobile && "absolute right-4 top-8",
|
||||||
>
|
)}
|
||||||
{classifiedEvent && (
|
>
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<TooltipTrigger asChild>
|
<TooltipTrigger asChild>
|
||||||
<div
|
<div
|
||||||
@ -405,8 +405,8 @@ export function GroupedClassificationCard({
|
|||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</TooltipPortal>
|
</TooltipPortal>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
</div>
|
||||||
</div>
|
)}
|
||||||
</Header>
|
</Header>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user