This commit is contained in:
Vanessa 2023-08-24 11:57:00 +08:00
parent f1e875698a
commit 55bb5e4348
2 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,7 @@
<div id="progress"
style="position: absolute;height: 1px;background-color: #d23f31;transition: width 50ms cubic-bezier(0, 0, 0.2, 1);top:0"></div>
<div id="details"
style="color: #9aa0a6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 8px;"></div>
style="color: #9aa0a6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 8px;line-height: 1.25"></div>
</div>
<script>
const sleep = (ms) => {