Parcourir la source

temp fix for transloadit-textarea example

Artur Paikin il y a 6 ans
Parent
commit
8e2479fd41
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      examples/transloadit-textarea/index.html

+ 13 - 0
examples/transloadit-textarea/index.html

@@ -96,6 +96,19 @@
       .snippet {
         margin-top: 25px;
       }
+
+      /* temp uppy fix, there was a typo in class name */
+      /* remove after uppy@>0.30.3 */
+      .uppy-DashboardAddFiles {
+        display: flex;
+        justify-content: center;
+        align-items: center;
+        flex-direction: column;
+        height: 100%;
+        position: relative;
+        text-align: center;
+        flex: 1;
+      }
     </style>
   </head>
   <body>