diff options
author | 蚊子 <archebasic@hotmail.com> | 2023-05-06 00:17:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-06 00:17:39 +0000 |
commit | 8462d07116b8e9232cf454a954662ac4c17ad3c3 (patch) | |
tree | c51c34bf2b88eccb5d58cc19054ea28a5d2c9721 /style.css | |
parent | 5ab7f213bec2f816f9c5644becb32eb72c8ffb89 (diff) | |
download | stable-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.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,
|