and make the image not be upscaled in gallery
This commit is contained in:
parent
f3de9bf7d9
commit
16fb8d24d4
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
#txt2img_gallery, #img2img_gallery{
|
#txt2img_gallery, #img2img_gallery{
|
||||||
min-height: 768px;
|
min-height: 768px;
|
||||||
}
|
}
|
||||||
|
#txt2img_gallery img, #img2img_gallery img{
|
||||||
|
object-fit: scale-down;
|
||||||
|
}
|
||||||
|
|
||||||
#subseed_show{
|
#subseed_show{
|
||||||
min-width: 6em;
|
min-width: 6em;
|
||||||
|
|
Loading…
Reference in a new issue