mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Hide birdseye width button on mobile devices
This commit is contained in:
parent
5259d51c04
commit
c4e5523540
@ -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 sm:hidden"
|
||||||
onClick={() => setIsMaxWidth(!isMaxWidth)}
|
onClick={() => setIsMaxWidth(!isMaxWidth)}
|
||||||
>
|
>
|
||||||
Toggle width
|
Toggle width
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user