Merge pull request #10140 from Archeb/patch-1

style.css: Make the image in the ImageViewer be resized correctly
This commit is contained in:
AUTOMATIC1111 2023-05-08 08:15:36 +03:00 committed by GitHub
commit 0141ab1387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
min-height: 0;
}
.modalPrev,