feat: supports resumable uploads (#343)

This commit is contained in:
sigoden
2024-01-11 14:56:30 +08:00
committed by GitHub
parent 0ac0c048ec
commit ee21894452
5 changed files with 190 additions and 40 deletions

View File

@@ -134,7 +134,6 @@ body {
}
.cell-status span {
width: 80px;
display: inline-block;
}
@@ -239,6 +238,10 @@ body {
font-style: italic;
}
.retry-btn {
cursor: pointer;
}
@media (min-width: 768px) {
.path a {
min-width: 400px;