Merge pull request #595 from ajnart/sidebar-style-adjustments

🎨 Tighten up sidebars
This commit is contained in:
Thomas Camlong
2023-01-22 23:02:31 +09:00
committed by GitHub
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',