Compare commits
2 Commits
d5fa97e3f2
...
56251ac3ce
| Author | SHA1 | Date |
|---|---|---|
|
|
56251ac3ce | |
|
|
0f18f04fb9 |
|
|
@ -4,6 +4,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -16,6 +19,8 @@ html, body {
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-width: 600px;
|
||||||
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ export default function Create() {
|
||||||
templateCode: templateCode,
|
templateCode: templateCode,
|
||||||
metadata: {
|
metadata: {
|
||||||
cb_url: cbUrl,
|
cb_url: cbUrl,
|
||||||
imageUrls: [image1, image2 || ''],
|
imageUrls: [image1, image2 || image1],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (checkout && checkout.url) {
|
if (checkout && checkout.url) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue