mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-26 18:18:22 +03:00
Update DraggableGridLayout.tsx
This commit is contained in:
parent
5ee023f5a4
commit
3a0d71c47b
@ -671,7 +671,7 @@ export default function DraggableGridLayout({
|
|||||||
className={cn(
|
className={cn(
|
||||||
"draggable-live-grid-mse-cover size-full rounded-lg bg-black md:rounded-2xl",
|
"draggable-live-grid-mse-cover size-full rounded-lg bg-black md:rounded-2xl",
|
||||||
camera.ui?.rotate &&
|
camera.ui?.rotate &&
|
||||||
"draggable-live-grid-rotated [--frigate-mse-grid-rotation:90deg]",
|
"draggable-live-grid-rotated [--frigate-mse-grid-rotation:rotate(90deg)]",
|
||||||
isEditMode &&
|
isEditMode &&
|
||||||
showCircles &&
|
showCircles &&
|
||||||
"outline-2 outline-muted-foreground hover:cursor-grab hover:outline-4 active:cursor-grabbing",
|
"outline-2 outline-muted-foreground hover:cursor-grab hover:outline-4 active:cursor-grabbing",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user