mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Hide birdseye width button on mobile devices (#7077)
* Hide birdseye width button on mobile devices * Update Birdseye.jsx
This commit is contained in:
		
							parent
							
								
									5259d51c04
								
							
						
					
					
						commit
						00b9a490bb
					
				@ -81,7 +81,7 @@ export default function Birdseye() {
 | 
				
			|||||||
        </Heading>
 | 
					        </Heading>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <button
 | 
					        <button
 | 
				
			||||||
          className="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded"
 | 
					          className="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded hidden md:inline"
 | 
				
			||||||
          onClick={() => setIsMaxWidth(!isMaxWidth)}
 | 
					          onClick={() => setIsMaxWidth(!isMaxWidth)}
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
          Toggle width
 | 
					          Toggle width
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user