aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
author蚊子 <archebasic@hotmail.com>2023-05-06 00:17:39 +0000
committerGitHub <noreply@github.com>2023-05-06 00:17:39 +0000
commit8462d07116b8e9232cf454a954662ac4c17ad3c3 (patch)
treec51c34bf2b88eccb5d58cc19054ea28a5d2c9721 /style.css
parent5ab7f213bec2f816f9c5644becb32eb72c8ffb89 (diff)
downloadstable-diffusion-webui-gfx803-8462d07116b8e9232cf454a954662ac4c17ad3c3.tar.gz
stable-diffusion-webui-gfx803-8462d07116b8e9232cf454a954662ac4c17ad3c3.tar.bz2
stable-diffusion-webui-gfx803-8462d07116b8e9232cf454a954662ac4c17ad3c3.zip
style.css: Make the image in the ImageViewer be resized correctly
Diffstat (limited to 'style.css')
-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,