mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Increase the height of the image output gallery
This commit is contained in:
parent
c11c14590a
commit
5848c7884d
|
|
@ -1692,8 +1692,8 @@ button#swap-height-width {
|
|||
}
|
||||
|
||||
#image-output-gallery, #image-output-gallery > :nth-child(2) {
|
||||
height: calc(100vh - 83px);
|
||||
max-height: calc(100vh - 83px);
|
||||
height: calc(100vh - 66px);
|
||||
max-height: calc(100vh - 66px);
|
||||
}
|
||||
|
||||
#image-history-gallery, #image-history-gallery > :nth-child(2) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue