aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
author蚊子 <archebasic@hotmail.com>2023-05-06 01:17:39 +0100
committerGitHub <noreply@github.com>2023-05-06 01:17:39 +0100
commit8462d07116b8e9232cf454a954662ac4c17ad3c3 (patch)
treec51c34bf2b88eccb5d58cc19054ea28a5d2c9721 /style.css
parent5ab7f213bec2f816f9c5644becb32eb72c8ffb89 (diff)
style.css: Make the image in the ImageViewer be resized correctly
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3f56087a..cf9e1ac3 100644
--- a/style.css
+++ b/style.css
@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
+ min-height: 0;
}
.modalPrev,