mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Add button styles to the Birdseye component's toggle width button
This commit is contained in:
parent
e77df94f54
commit
4be8762bc9
@ -80,7 +80,12 @@ export default function Birdseye() {
|
|||||||
Birdseye
|
Birdseye
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
<button onClick={() => setIsMaxWidth(!isMaxWidth)}>Toggle Width</button>
|
<button
|
||||||
|
className="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded"
|
||||||
|
onClick={() => setIsMaxWidth(!isMaxWidth)}
|
||||||
|
>
|
||||||
|
Toggle width
|
||||||
|
</button>
|
||||||
|
|
||||||
{config.birdseye.restream && (
|
{config.birdseye.restream && (
|
||||||
<select
|
<select
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user