mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Fix centering of bottom_center
This commit is contained in:
parent
19890310fe
commit
4d483aa78f
@ -724,7 +724,7 @@ export default function Events({ path, ...props }) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{eventOverlay.class_type == 'entered_zone' ? (
|
{eventOverlay.class_type == 'entered_zone' ? (
|
||||||
<div className="absolute w-2 h-2 bg-yellow-500 left-[50%] bottom-0" />
|
<div className="absolute w-2 h-2 bg-yellow-500 left-[50%] -translate-x-1/2 bottom-0" />
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user