mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +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
|
||||
</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 && (
|
||||
<select
|
||||
|
||||
Loading…
Reference in New Issue
Block a user