From b23bff1b53efbcdcc167828e27595c23d39c6565 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 12 Jul 2025 00:05:18 +1000 Subject: [PATCH] fix(ui): center staging area images --- .../components/SimpleSession/StagingAreaItemsList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/StagingAreaItemsList.tsx b/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/StagingAreaItemsList.tsx index c644608a2e..60a8458871 100644 --- a/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/StagingAreaItemsList.tsx +++ b/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/StagingAreaItemsList.tsx @@ -94,6 +94,7 @@ const useScrollableStagingArea = (rootRef: RefObject) => { const { viewport } = osInstance.elements(); viewport.style.overflowX = `var(--os-viewport-overflow-x)`; viewport.style.overflowY = `var(--os-viewport-overflow-y)`; + viewport.style.textAlign = 'center'; }, }, options: {