style.css: Make the image in the ImageViewer be resized correctly

This commit is contained in:
蚊子 2023-05-06 01:17:39 +01:00 committed by GitHub
parent 5ab7f213be
commit 8462d07116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,