forked from Github/frigate
Hide birdseye width button on mobile devices (#7077)
* Hide birdseye width button on mobile devices * Update Birdseye.jsx
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user