Fix the gallery height after the previous commit

This commit is contained in:
oobabooga 2025-12-01 14:00:41 -08:00
parent b4738beaf8
commit c8e9d7fc37

View file

@ -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) {