This commit is contained in:
2026-05-28 21:22:11 +02:00
parent 6be580dc92
commit ddd87b6336

View File

@@ -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;