aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2024-01-06 19:16:12 -0500
committerThedro Neely <thedroneely@gmail.com>2024-01-06 19:16:12 -0500
commiteaaaeb78e5d79a4696fe9624c4d6873756d5edc4 (patch)
tree178c96d80b2e9ff62387c4e5e8ff2a4c885e110b
parentbd652ba741c557304edb163e2641cd5e04152600 (diff)
downloadthedroneely.com-eaaaeb78e5d79a4696fe9624c4d6873756d5edc4.tar.gz
thedroneely.com-eaaaeb78e5d79a4696fe9624c4d6873756d5edc4.tar.bz2
thedroneely.com-eaaaeb78e5d79a4696fe9624c4d6873756d5edc4.zip
public/css/tdro: Fix upload CSS
-rw-r--r--public/css/tdro.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index b94c5e8..77a3e6d 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1865,14 +1865,15 @@ margin-note[image] a:focus {
.uppy-Dashboard-inner {
background-color: #fff !important;
border: 1px solid #aaa !important;
+ margin: 0 auto;
}
-.uppy-size--md .uppy-DashboardAddFiles {
+.uppy-DashboardAddFiles {
border: 2px dashed #aaa !important;
}
-.uppy-size--md .uppy-Dashboard-inner {
- margin: 0 auto;
+.uppy-DashboardTab {
+ padding: 0.5rem !important;
}
/* ----- Colors ----- */