mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Fix rounded corners
This commit is contained in:
parent
5eedccdacc
commit
bfdcd3bb48
@ -63,7 +63,7 @@ export function AnimatedEventCard({ event }: AnimatedEventCardProps) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="size-full rounded cursor-pointer"
|
className="size-full rounded cursor-pointer overflow-hidden"
|
||||||
onClick={onOpenReview}
|
onClick={onOpenReview}
|
||||||
>
|
>
|
||||||
{previews ? (
|
{previews ? (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user