diff --git a/examples/dev/index.html b/examples/dev/index.html index d4ebc1c7b..9d8af9b7a 100644 --- a/examples/dev/index.html +++ b/examples/dev/index.html @@ -14,8 +14,8 @@ #upload-form { max-width: 400px; - margin: auto; text-align: left; + margin: auto; } a { @@ -37,8 +37,12 @@ li { margin: 60px; } + + .foo a { + color: purple; + } -
+

Uppy is here

diff --git a/examples/dev/main.js b/examples/dev/main.js index 212a3198c..1942e398c 100644 --- a/examples/dev/main.js +++ b/examples/dev/main.js @@ -20,7 +20,7 @@ const uppy = Uppy({ .use(Dashboard, { trigger: '#pick-files', // inline: true, - // target: 'body', + target: '.foo', metaFields: [ { id: 'license', name: 'License', placeholder: 'specify license' }, { id: 'caption', name: 'Caption', placeholder: 'add caption' }