mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Change dialog size with snapshot
This commit is contained in:
parent
53a51adeab
commit
031c856a9c
@ -460,7 +460,12 @@ function TrainingGrid({
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DialogContent>
|
<DialogContent
|
||||||
|
className={cn(
|
||||||
|
"",
|
||||||
|
selectedEvent?.has_snapshot && isDesktop && "max-w-7xl",
|
||||||
|
)}
|
||||||
|
>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>{t("details.face")}</DialogTitle>
|
<DialogTitle>{t("details.face")}</DialogTitle>
|
||||||
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user