From c8e9d7fc37eab8fe1ff1f36267c9824dca4e4b69 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:00:41 -0800 Subject: [PATCH] Fix the gallery height after the previous commit --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 95fbdcd7..26687eb4 100644 --- a/css/main.css +++ b/css/main.css @@ -1683,8 +1683,8 @@ button#swap-height-width { } #image-output-gallery, #image-output-gallery > :nth-child(2) { - height: calc(100vh - 128px); - max-height: calc(100vh - 128px); + height: calc(100vh - 83px); + max-height: calc(100vh - 83px); } #image-history-gallery, #image-history-gallery > :nth-child(2) {