aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-14 18:35:04 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-14 18:35:04 +0300
commit16fb8d24d48023ea34a36f241b53c965b924e1b5 (patch)
treecfab98dcd977665ab64b285c4a714783fdf5384e /style.css
parentf3de9bf7d98961ba164fd31e5af8cde82c7e522d (diff)
and make the image not be upscaled in gallery
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 75fa3fe9..8a3e2abf 100644
--- a/style.css
+++ b/style.css
@@ -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;