mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
skeleton size
This commit is contained in:
parent
a6034be709
commit
1a40a29fbf
@ -863,7 +863,9 @@ function MotionReview({
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className={`rounded-2xl ${spans} ${grow}`} />
|
<Skeleton
|
||||||
|
className={`rounded-2xl size-full ${spans} ${grow}`}
|
||||||
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user