diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-08 05:21:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 05:21:24 +0000 |
commit | a6529a78c3cb145014627f24ed801250a7c4ee3e (patch) | |
tree | 2812b03b62f5636ee57fa679821e6c3fdafe2f7d /style.css | |
parent | 0141ab13878b03f6f6af2b8de500a69241e7df01 (diff) | |
parent | 79a6c5a666ba2261068afad969e0bda25bbbf6a9 (diff) | |
download | stable-diffusion-webui-gfx803-a6529a78c3cb145014627f24ed801250a7c4ee3e.tar.gz stable-diffusion-webui-gfx803-a6529a78c3cb145014627f24ed801250a7c4ee3e.tar.bz2 stable-diffusion-webui-gfx803-a6529a78c3cb145014627f24ed801250a7c4ee3e.zip |
Merge pull request #10113 from missionfloyd/extras-thumbnails
Fix stretched thumbnails on extras tab
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ button.custom-button{ }
}
-#txt2img_gallery img, #img2img_gallery img{
+#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{
object-fit: scale-down;
}
#txt2img_actions_column, #img2img_actions_column {
|