Skip to content

Commit b23bff1

Browse files
fix(ui): center staging area images
1 parent d9a1efb commit b23bff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/StagingAreaItemsList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const useScrollableStagingArea = (rootRef: RefObject<HTMLDivElement>) => {
9494
const { viewport } = osInstance.elements();
9595
viewport.style.overflowX = `var(--os-viewport-overflow-x)`;
9696
viewport.style.overflowY = `var(--os-viewport-overflow-y)`;
97+
viewport.style.textAlign = 'center';
9798
},
9899
},
99100
options: {

0 commit comments

Comments
 (0)