adventskalender/shared/js/position.js aktualisiert

This commit is contained in:
2025-11-04 17:36:48 +00:00
parent 4ea910a2e3
commit 7d61c83cef

View File

@@ -51,5 +51,5 @@ function positionAllDoors() {
flugel.style.height = w + 'px';
flugel.style.top = (imgRect.top - contRect.top + imgRect.height * (topPct / 100)) + 'px';
flugel.style.left = (imgRect.width * (leftPct / 100) + (contRect.width - imgRect.width) / 2) + 'px';
});
});
}