Commit 8462d071 authored by 蚊子's avatar 蚊子 Committed by GitHub

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

parent 5ab7f213
......@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
min-height: 0;
}
.modalPrev,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment