review page, adjust drag ui

This commit is contained in:
Julian Freeman
2025-12-07 20:00:35 -04:00
parent 05ef56a69b
commit ffd6916313

View File

@@ -532,16 +532,16 @@ body {
position: relative;
overflow: hidden;
transition: var(--el-transition-duration-fast);
padding: 40px 0;
padding: 20px 0;
text-align: center;
background-color: var(--el-bg-color-overlay);
margin-bottom: 20px; /* Added spacing */
margin-bottom: 20px;
}
.el-icon--upload {
font-size: 67px;
font-size: 48px;
color: var(--el-text-color-placeholder);
margin-bottom: 16px;
line-height: 50px;
margin-bottom: 10px;
line-height: 1;
}
.el-upload__text {
color: var(--el-text-color-regular);