mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Set gallery heights
This commit is contained in:
parent
990f0e2468
commit
75796f5a58
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue