Commit 16fb8d24 authored by AUTOMATIC's avatar AUTOMATIC

and make the image not be upscaled in gallery

parent f3de9bf7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment