From 75796f5a5828eef10c35d4a67a6984cb07279e89 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:44:18 -0800 Subject: [PATCH] Set gallery heights --- css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 317a31f1..95fbdcd7 100644 --- a/css/main.css +++ b/css/main.css @@ -1682,10 +1682,12 @@ button#swap-height-width { border: 0; } -#image-output-gallery { - height: calc(100vh - 105px); +#image-output-gallery, #image-output-gallery > :nth-child(2) { + height: calc(100vh - 128px); + max-height: calc(100vh - 128px); } -#image-history-gallery { +#image-history-gallery, #image-history-gallery > :nth-child(2) { height: calc(100vh - 139px); + max-height: calc(100vh - 139px); }