mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
Center camera in layout when only one camera is filtered
This commit is contained in:
parent
898d1de875
commit
63384c0921
@ -657,7 +657,7 @@ export function RecordingView({
|
||||
containerRef={mainLayoutRef}
|
||||
/>
|
||||
</div>
|
||||
{isDesktop && (
|
||||
{isDesktop && allCameras.length > 1 && (
|
||||
<div
|
||||
ref={previewRowRef}
|
||||
className={cn(
|
||||
|
Loading…
Reference in New Issue
Block a user