Compare commits

..

2 Commits

Author SHA1 Message Date
iHeyTang 56251ac3ce style: center content in app layout and adjust root dimensions for better responsiveness 2025-09-29 17:50:26 +08:00
iHeyTang 0f18f04fb9 fix: x 2025-09-29 16:11:54 +08:00
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,9 @@
}
html, body {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
height: 100%;
@ -16,6 +19,8 @@ html, body {
#root {
height: 100%;
max-width: 600px;
width: 100vw;
}
.app {

View File

@ -76,7 +76,7 @@ export default function Create() {
templateCode: templateCode,
metadata: {
cb_url: cbUrl,
imageUrls: [image1, image2 || ''],
imageUrls: [image1, image2 || image1],
},
});
if (checkout && checkout.url) {