remove unused + small css tweaks
This commit is contained in:
cv
2021-04-27 09:14:52 +02:00
parent ff2c38c731
commit 712df0b446
7 changed files with 5 additions and 154 deletions
+1
View File
@@ -72,6 +72,7 @@ class Timer {
// helpers
static toSeconds(millis) {
if (millis == null) return null;
return Math.floor(Math.max(millis * 0.001), 0);
}