From 5848c7884d641ec3c76799585e6f44f379d8b5da Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:24:51 -0800 Subject: [PATCH] Increase the height of the image output gallery --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index e7586960..dad53c30 100644 --- a/css/main.css +++ b/css/main.css @@ -1692,8 +1692,8 @@ button#swap-height-width { } #image-output-gallery, #image-output-gallery > :nth-child(2) { - height: calc(100vh - 83px); - max-height: calc(100vh - 83px); + height: calc(100vh - 66px); + max-height: calc(100vh - 66px); } #image-history-gallery, #image-history-gallery > :nth-child(2) {