aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-17 17:28:44 +0000
committerGitHub <noreply@github.com>2022-09-17 17:28:44 +0000
commit933949f39cb7d1ead3d23dc421fbdc36b8b2cca5 (patch)
tree179eb26a0c1c60df6589d8c07179ef1473136a52 /style.css
parent56ff118845748d1302968039e13703b6ad8107c4 (diff)
parent0469972e913de107bc84ac2d9b64652a9d3d0f09 (diff)
downloadstable-diffusion-webui-gfx803-933949f39cb7d1ead3d23dc421fbdc36b8b2cca5.tar.gz
stable-diffusion-webui-gfx803-933949f39cb7d1ead3d23dc421fbdc36b8b2cca5.tar.bz2
stable-diffusion-webui-gfx803-933949f39cb7d1ead3d23dc421fbdc36b8b2cca5.zip
Merge pull request #621 from SafentisFox/responsiveCss
Make image gallery bigger on 2k+ displays
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 36d073fa..956e629f 100644
--- a/style.css
+++ b/style.css
@@ -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;
}