mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Update dialog sizing for plus dialog (#11650)
This commit is contained in:
parent
1c5e7ebb48
commit
3e6b8c23bc
@ -331,11 +331,11 @@ function FrigatePlusUploadButton({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</AlertDialogTrigger>
|
</AlertDialogTrigger>
|
||||||
<AlertDialogContent className="md:max-w-[80%]">
|
<AlertDialogContent className="md:max-w-2xl lg:max-w-3xl xl:max-w-4xl">
|
||||||
<AlertDialogHeader>
|
<AlertDialogHeader>
|
||||||
<AlertDialogTitle>Submit this frame to Frigate+?</AlertDialogTitle>
|
<AlertDialogTitle>Submit this frame to Frigate+?</AlertDialogTitle>
|
||||||
</AlertDialogHeader>
|
</AlertDialogHeader>
|
||||||
<img className="w-full object-contain" src={videoImg} />
|
<img className="aspect-video w-full object-contain" src={videoImg} />
|
||||||
<AlertDialogFooter>
|
<AlertDialogFooter>
|
||||||
<AlertDialogAction className="bg-selected" onClick={onUploadFrame}>
|
<AlertDialogAction className="bg-selected" onClick={onUploadFrame}>
|
||||||
Submit
|
Submit
|
||||||
|
Loading…
Reference in New Issue
Block a user