diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/upload.css | 4 | ||||
| -rw-r--r-- | static/upload.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/static/upload.css b/static/upload.css index c2ded20..194d3d0 100644 --- a/static/upload.css +++ b/static/upload.css @@ -26,7 +26,7 @@ justify-content: center;
align-items: center;
min-width: 300px;
- min-height: 300px;
+ min-height: 200px;
}
.upload-box span {
@@ -155,4 +155,4 @@ -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
-}
\ No newline at end of file +}
diff --git a/static/upload.js b/static/upload.js index 457f01e..468cae0 100644 --- a/static/upload.js +++ b/static/upload.js @@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', () => { }, false) const labelClicked = (e) => { - if (uploadInProgress === true) { + if (uploadInProgress === true || file != null) { e.preventDefault() return false } |
