File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
invokeai/frontend/web/src/features/nodes/components/sidePanel/builder Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const ContainerElement = memo(({ id }: { id: string }) => {
50
50
ContainerElement . displayName = 'ContainerElementComponent' ;
51
51
52
52
const containerViewModeSx : SystemStyleObject = {
53
- gap : 6 ,
53
+ gap : 4 ,
54
54
'&[data-self-layout="column"]' : {
55
55
flexDir : 'column' ,
56
56
alignItems : 'stretch' ,
@@ -197,7 +197,7 @@ const rootViewModeSx: SystemStyleObject = {
197
197
borderRadius : 'base' ,
198
198
w : 'full' ,
199
199
h : 'full' ,
200
- gap : 6 ,
200
+ gap : 4 ,
201
201
display : 'flex' ,
202
202
flex : 1 ,
203
203
maxW : '768px' ,
@@ -232,7 +232,6 @@ RootContainerElementViewMode.displayName = 'RootContainerElementViewMode';
232
232
233
233
const rootEditModeSx : SystemStyleObject = {
234
234
...rootViewModeSx ,
235
- gap : 4 ,
236
235
'&[data-is-dragging-over="true"]' : {
237
236
opacity : 1 ,
238
237
bg : 'base.850' ,
You can’t perform that action at this time.
0 commit comments