mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 03:10:03 +01:00
Fixed Import Image Text Overflow (#695)
* Replace dropzone id with dropzone class * Added dropzone class to div container * Updated dropZone listener * Changed #dropzone input to .dropzone input
This commit is contained in:
@@ -46,7 +46,7 @@ h1 {
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
#dropzone {
|
||||
.dropzone {
|
||||
padding: 30px;
|
||||
margin: 0 20% 30px;
|
||||
border: 4px dashed #ccc;
|
||||
@@ -59,7 +59,7 @@ h1 {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
#dropzone input {
|
||||
.dropzone input {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div id="dropzone">
|
||||
<div id="dropzone" class="dropzone">
|
||||
<p>
|
||||
<i>Select or drag in an image to start!</i>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user