added progress display, better rounding

TODO: getPrev gives wrong values,
design, testing
This commit is contained in:
quarz12
2023-05-22 23:36:14 +02:00
parent 824ebc4d76
commit 0717b9493c
3 changed files with 15 additions and 6 deletions

View File

@@ -826,3 +826,9 @@ input:-moz-placeholder { color: #454545; }
.icon-columns::before { content: '\e810'; } /* '' */
.icon-list::before { content: '\e800'; } /* '' */
.icon-resize-small::before { content: '\e808'; } /* '' */
#progress{
right: 40px;
bottom: 40px;
text-align: center;
}