diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-08 05:15:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 05:15:36 +0000 |
commit | 0141ab13878b03f6f6af2b8de500a69241e7df01 (patch) | |
tree | faab20ae3666919d83b0905b0455562e1e638d32 | |
parent | 66428667c5fd3cebb94ea231fd26e1138b06472b (diff) | |
parent | 8462d07116b8e9232cf454a954662ac4c17ad3c3 (diff) | |
download | stable-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.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{ #lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
+ min-height: 0;
}
.modalPrev,
|