From 1a9ed1fe98a2d51a860d3c4f747ba46c543d0bf3 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:21:26 -0800 Subject: [PATCH] Fix 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 dad53c30..e7586960 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 - 66px); - max-height: calc(100vh - 66px); + height: calc(100vh - 83px); + max-height: calc(100vh - 83px); } #image-history-gallery, #image-history-gallery > :nth-child(2) {