Set gallery heights

This commit is contained in:
oobabooga 2025-12-01 13:44:18 -08:00
parent 990f0e2468
commit 75796f5a58

View file

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