Something
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 32s

This commit is contained in:
2026-04-27 11:00:31 +02:00
parent c7aac117c7
commit 7f48a725d8
7 changed files with 185 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ let id = data.id;
onMounted(() => {
Top(wrapper);
SetupHandle(id, handle);
SetSize(id, {width: 500, height: 460});
SetSize(id, {width: 580, height: 760});
ResetPosition(id, "center");
});
</script>