/*your custom css goes here*/

/* Uppy Dashboard 上传区域居中 */
.uppy-DashboardContent-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.uppy-Dashboard-AddFiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.uppy-Dashboard-AddFiles-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.uppy-Dashboard-dropFilesHereHint {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.uppy-Dashboard-AddFiles-list {
    text-align: center;
}

.uppy-Dashboard-browse {
    display: inline;
}