Swapped the controls around

This commit is contained in:
Sergey Krashevich 2023-06-19 21:48:46 +03:00
parent f64b841f33
commit d04454ecbd
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -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">