mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00: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>
|
||||
<DialogTitle>{t("details.face")}</DialogTitle>
|
||||
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user