mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +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>
 | 
			
		||||
      <AlertDialogContent className="md:max-w-[80%]">
 | 
			
		||||
      <AlertDialogContent className="md:max-w-2xl lg:max-w-3xl xl:max-w-4xl">
 | 
			
		||||
        <AlertDialogHeader>
 | 
			
		||||
          <AlertDialogTitle>Submit this frame to Frigate+?</AlertDialogTitle>
 | 
			
		||||
        </AlertDialogHeader>
 | 
			
		||||
        <img className="w-full object-contain" src={videoImg} />
 | 
			
		||||
        <img className="aspect-video w-full object-contain" src={videoImg} />
 | 
			
		||||
        <AlertDialogFooter>
 | 
			
		||||
          <AlertDialogAction className="bg-selected" onClick={onUploadFrame}>
 | 
			
		||||
            Submit
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user