mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
parent
366fe353f0
commit
990f0e2468
|
|
@ -1681,3 +1681,11 @@ button#swap-height-width {
|
||||||
right: 0;
|
right: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#image-output-gallery {
|
||||||
|
height: calc(100vh - 105px);
|
||||||
|
}
|
||||||
|
|
||||||
|
#image-history-gallery {
|
||||||
|
height: calc(100vh - 139px);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue