From ddd87b633606b0b05eb492bb13252d6508cf01f4 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Thu, 28 May 2026 21:22:11 +0200 Subject: [PATCH] hdf --- public/s/css/f0ckm.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 3470b38..9224146 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -10757,10 +10757,11 @@ body.layout-modern>.pagewrapper:not(:has(.index-layout-wrapper)):not(:has(.item- .image-modal-container img#image-modal-img { display: block; margin: auto; - max-width: none !important; - max-height: none !important; + max-width: calc(100vw - 80px) !important; + max-height: calc(100vh - 80px) !important; width: auto !important; height: auto !important; + object-fit: contain; border-radius: 2px; animation: modalZoomIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); cursor: move !important;