From 990f0e2468660c2bcc9b95c8a366fcfeffa5f38a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:29:22 -0800 Subject: [PATCH] Revert "Revert CSS changes" This reverts commit 366fe353f0379b60c2ce2b8d8237b18f9f081d8b. --- css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/main.css b/css/main.css index 565aaf49..317a31f1 100644 --- a/css/main.css +++ b/css/main.css @@ -1681,3 +1681,11 @@ button#swap-height-width { right: 0; border: 0; } + +#image-output-gallery { + height: calc(100vh - 105px); +} + +#image-history-gallery { + height: calc(100vh - 139px); +}