Merge pull request #621 from SafentisFox/responsiveCss

Make image gallery bigger on 2k+ displays
This commit is contained in:
AUTOMATIC1111 2022-09-17 20:28:44 +03:00 committed by GitHub
commit 933949f39c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,12 @@
min-height: 4.5em;
}
@media screen and (min-width: 2500px) {
#txt2img_gallery, #img2img_gallery {
min-height: 768px;
}
}
#txt2img_gallery img, #img2img_gallery img{
object-fit: scale-down;
}