🎨 Tighten up sidebars

This commit is contained in:
ajnart
2023-01-19 11:13:03 +09:00
parent 0dc8f24306
commit 3481fef3eb
3 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ export const initializeGridstack = (
newGrid.current = GridStack.init(
{
column: columnCount,
margin: 10,
margin: areaType === 'sidebar' ? 5 : 10,
cellHeight: 128,
float: true,
alwaysShowResizeHandle: 'mobile',