aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-08 05:15:36 +0000
committerGitHub <noreply@github.com>2023-05-08 05:15:36 +0000
commit0141ab13878b03f6f6af2b8de500a69241e7df01 (patch)
treefaab20ae3666919d83b0905b0455562e1e638d32
parent66428667c5fd3cebb94ea231fd26e1138b06472b (diff)
parent8462d07116b8e9232cf454a954662ac4c17ad3c3 (diff)
downloadstable-diffusion-webui-gfx803-0141ab13878b03f6f6af2b8de500a69241e7df01.tar.gz
stable-diffusion-webui-gfx803-0141ab13878b03f6f6af2b8de500a69241e7df01.tar.bz2
stable-diffusion-webui-gfx803-0141ab13878b03f6f6af2b8de500a69241e7df01.zip
Merge pull request #10140 from Archeb/patch-1
style.css: Make the image in the ImageViewer be resized correctly
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3f56087a..cf9e1ac3 100644
--- a/style.css
+++ b/style.css
@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
+ min-height: 0;
}
.modalPrev,