diff --git a/dlibrary/static/viewer.js b/dlibrary/static/viewer.js index 3803801..1f8fc81 100644 --- a/dlibrary/static/viewer.js +++ b/dlibrary/static/viewer.js @@ -72,7 +72,7 @@ document.addEventListener('DOMContentLoaded', () => { durationDisplay.textContent = duration.toLocaleString() + 's'; if (paused) { - durationDisplay.style.textDecoration = "line-through"; + durationDisplay.style.textDecoration = "line-through 2px"; stopTimer(); } else { durationDisplay.style.textDecoration = "";