aboutsummaryrefslogtreecommitdiff
path: root/app/views/upload.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-09 23:41:38 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-09 23:41:38 -0400
commite5a923677f1029ca18fec921b3220f4c5391fa6c (patch)
treee30463cda142bdc2f2f9b393f2d7817192b5a2ae /app/views/upload.view.php
parent885f4d9f2cd9ca5a307dc234e81356092ef9fd33 (diff)
downloadthedroneely.com-e5a923677f1029ca18fec921b3220f4c5391fa6c.tar.gz
thedroneely.com-e5a923677f1029ca18fec921b3220f4c5391fa6c.tar.bz2
thedroneely.com-e5a923677f1029ca18fec921b3220f4c5391fa6c.zip
app/views/upload: Move related CSS to main payload
Diffstat (limited to 'app/views/upload.view.php')
-rw-r--r--app/views/upload.view.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/upload.view.php b/app/views/upload.view.php
index 494217c..b5f4874 100644
--- a/app/views/upload.view.php
+++ b/app/views/upload.view.php
@@ -26,11 +26,6 @@
.use(Uppy.XHRUpload, {endpoint: '/upload/', formdata: true, fieldName: 'upload' })
</script>
- <style>
- .uppy-DashboardAddFiles { border: 2px dashed #333; }
- .uppy-size--md .uppy-Dashboard-inner { margin: 0 auto; }
- </style>
-
<?php require __DIR__ . '/partials/footer.php';?>
</body>