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); }