mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 12:45:25 +03:00
Fix now preview found pulsing
This commit is contained in:
parent
82d268d610
commit
330eb30178
@ -211,7 +211,7 @@ function PreviewVideoPlayer({
|
|||||||
</video>
|
</video>
|
||||||
{!loaded && <Skeleton className="absolute inset-0" />}
|
{!loaded && <Skeleton className="absolute inset-0" />}
|
||||||
{cameraPreviews && !currentPreview && (
|
{cameraPreviews && !currentPreview && (
|
||||||
<div className="absolute inset-x-0 top-1/2 -y-translate-1/2 bg-black text-white rounded-2xl align-center text-center">
|
<div className="absolute inset-0 bg-black text-white rounded-2xl flex justify-center items-center">
|
||||||
No Preview Found
|
No Preview Found
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user