refactor: ui improve uploading progress (#296)

This commit is contained in:
sigoden
2023-11-26 10:23:37 +08:00
committed by GitHub
parent 130435c387
commit f8d6859354
2 changed files with 7 additions and 7 deletions

View File

@@ -107,11 +107,6 @@ body {
cursor: pointer;
}
.upload-status span {
width: 70px;
display: inline-block;
}
.main {
padding: 3.3em 1em 0;
}
@@ -138,6 +133,11 @@ body {
padding-left: 0.6em;
}
.cell-status span {
width: 80px;
display: inline-block;
}
.paths-table thead a {
color: unset;
text-decoration: none;