and make the image not be upscaled in gallery

This commit is contained in:
AUTOMATIC 2022-09-14 18:35:04 +03:00
parent f3de9bf7d9
commit 16fb8d24d4
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
#txt2img_gallery, #img2img_gallery{
min-height: 768px;
}
#txt2img_gallery img, #img2img_gallery img{
object-fit: scale-down;
}
#subseed_show{
min-width: 6em;