vers. 2.4.2

This commit is contained in:
2026-02-10 21:37:59 +01:00
parent 821c353638
commit 3872a61ad6
3 changed files with 11 additions and 2 deletions

View File

@@ -910,8 +910,8 @@ document.addEventListener('DOMContentLoaded', function () {
const pathWithoutBase = currentPath.replace(BASE_PATH, '').replace(/^\//, '');
const redirectParam = pathWithoutBase ? '&redirect=' + encodeURIComponent(pathWithoutBase) : '';
const width = 375;
const height = 667;
const width = 400;
const height = 840;
const left = (window.screen.width / 2) - (width / 2);
const top = (window.screen.height / 2) - (height / 2);