Increase the height of the image output gallery

This commit is contained in:
oobabooga 2025-12-05 10:24:51 -08:00
parent c11c14590a
commit 5848c7884d

View file

@ -1692,8 +1692,8 @@ button#swap-height-width {
} }
#image-output-gallery, #image-output-gallery > :nth-child(2) { #image-output-gallery, #image-output-gallery > :nth-child(2) {
height: calc(100vh - 83px); height: calc(100vh - 66px);
max-height: calc(100vh - 83px); max-height: calc(100vh - 66px);
} }
#image-history-gallery, #image-history-gallery > :nth-child(2) { #image-history-gallery, #image-history-gallery > :nth-child(2) {