mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +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>
|
||||
|
||||
<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)}
|
||||
>
|
||||
Toggle width
|
||||
|
Loading…
Reference in New Issue
Block a user