Skip to content

Commit 51d6610

Browse files
Revert "feat(ui): increase spacing in form builder view mode"
This reverts commit 3766a3b.
1 parent d215829 commit 51d6610

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/builder/ContainerElement.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const ContainerElement = memo(({ id }: { id: string }) => {
5050
ContainerElement.displayName = 'ContainerElementComponent';
5151

5252
const containerViewModeSx: SystemStyleObject = {
53-
gap: 6,
53+
gap: 4,
5454
'&[data-self-layout="column"]': {
5555
flexDir: 'column',
5656
alignItems: 'stretch',
@@ -197,7 +197,7 @@ const rootViewModeSx: SystemStyleObject = {
197197
borderRadius: 'base',
198198
w: 'full',
199199
h: 'full',
200-
gap: 6,
200+
gap: 4,
201201
display: 'flex',
202202
flex: 1,
203203
maxW: '768px',
@@ -232,7 +232,6 @@ RootContainerElementViewMode.displayName = 'RootContainerElementViewMode';
232232

233233
const rootEditModeSx: SystemStyleObject = {
234234
...rootViewModeSx,
235-
gap: 4,
236235
'&[data-is-dragging-over="true"]': {
237236
opacity: 1,
238237
bg: 'base.850',

0 commit comments

Comments
 (0)