mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
fix right side in grid
This commit is contained in:
parent
aad4739643
commit
60f2e11666
@ -710,9 +710,9 @@ export default function DraggableGridLayout({
|
|||||||
currentGroups={groups}
|
currentGroups={groups}
|
||||||
activeGroup={group}
|
activeGroup={group}
|
||||||
/>
|
/>
|
||||||
<Responsive
|
{containerWidth > 0 && <Responsive
|
||||||
className="grid-layout"
|
className="grid-layout"
|
||||||
width={availableWidth || window.innerWidth}
|
width={availableWidth}
|
||||||
layouts={{
|
layouts={{
|
||||||
lg: currentGridLayout,
|
lg: currentGridLayout,
|
||||||
md: currentGridLayout,
|
md: currentGridLayout,
|
||||||
@ -887,7 +887,7 @@ export default function DraggableGridLayout({
|
|||||||
</GridLiveContextMenu>
|
</GridLiveContextMenu>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</Responsive>
|
</Responsive>}
|
||||||
{isDesktop && (
|
{isDesktop && (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user