@@ -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>