mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Re-center ptz controls in mobile landscape and prevent text selection (#12242)
This commit is contained in:
		
							parent
							
								
									b30fecbd28
								
							
						
					
					
						commit
						0ed7e278eb
					
				@ -525,7 +525,7 @@ function PtzControlPanel({
 | 
				
			|||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="absolute inset-x-2 bottom-[10%] flex flex-wrap items-center justify-center gap-1 md:left-[50%] md:-translate-x-[50%] md:flex-nowrap">
 | 
					    <div className="absolute inset-x-2 bottom-[10%] flex select-none flex-wrap items-center justify-center gap-1 md:left-[50%] md:-translate-x-[50%] md:flex-nowrap sm:landscape:ml-12">
 | 
				
			||||||
      {ptz?.features?.includes("pt") && (
 | 
					      {ptz?.features?.includes("pt") && (
 | 
				
			||||||
        <>
 | 
					        <>
 | 
				
			||||||
          <Button
 | 
					          <Button
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user