Unverified Commit 933949f3 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #621 from SafentisFox/responsiveCss

Make image gallery bigger on 2k+ displays
parents 56ff1188 0469972e
...@@ -21,6 +21,12 @@ ...@@ -21,6 +21,12 @@
min-height: 4.5em; min-height: 4.5em;
} }
@media screen and (min-width: 2500px) {
#txt2img_gallery, #img2img_gallery {
min-height: 768px;
}
}
#txt2img_gallery img, #img2img_gallery img{ #txt2img_gallery img, #img2img_gallery img{
object-fit: scale-down; object-fit: scale-down;
} }
......
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