Merge pull request #595 from ajnart/sidebar-style-adjustments
🎨 Tighten up sidebars
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user