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