mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Swapped the controls around
This commit is contained in:
parent
f64b841f33
commit
d04454ecbd
@ -80,6 +80,8 @@ export default function Birdseye() {
|
|||||||
Birdseye
|
Birdseye
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
|
<button onClick={() => setIsMaxWidth(!isMaxWidth)}>Toggle Width</button>
|
||||||
|
|
||||||
{config.birdseye.restream && (
|
{config.birdseye.restream && (
|
||||||
<select
|
<select
|
||||||
className="basis-1/8 cursor-pointer rounded dark:bg-slate-800"
|
className="basis-1/8 cursor-pointer rounded dark:bg-slate-800"
|
||||||
@ -94,10 +96,7 @@ export default function Birdseye() {
|
|||||||
))}
|
))}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<button onClick={() => setIsMaxWidth(!isMaxWidth)}>Toggle Width</button> {/* Added button */}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="xl:flex justify-between">
|
<div className="xl:flex justify-between">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user