dev example tweaks

This commit is contained in:
Artur Paikin 2019-03-23 19:05:47 +03:00
parent d672c94ada
commit 6a75cb05d9
2 changed files with 7 additions and 3 deletions

View file

@ -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;
}
</style>
<main>
<main class="foo">
<h1>Uppy is here</h1>
<form id="upload-form" action="/">

View file

@ -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' }