diff --git a/frontend/src/features/gallery/ImageGallery.tsx b/frontend/src/features/gallery/ImageGallery.tsx index abb511cc5d..0a87990573 100644 --- a/frontend/src/features/gallery/ImageGallery.tsx +++ b/frontend/src/features/gallery/ImageGallery.tsx @@ -69,9 +69,9 @@ export default function ImageGallery() { if (!shouldPinGallery) return; if (activeTabName === 'inpainting') { - dispatch(setGalleryWidth(220)); - setGalleryMinWidth(220); - setGalleryMaxWidth(220); + dispatch(setGalleryWidth(190)); + setGalleryMinWidth(190); + setGalleryMaxWidth(190); } else if (activeTabName === 'img2img') { dispatch( setGalleryWidth(Math.min(Math.max(Number(galleryWidth), 0), 490))