We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3994021 commit 4753884Copy full SHA for 4753884
frontend/src/ts/test/timer-progress.ts
@@ -54,7 +54,7 @@ export function show(): void {
54
textEl.classList.remove("hidden");
55
},
56
});
57
- } else if (Config.mode === "zen" || Config.timerStyle === "mini") {
+ } else if (Config.timerStyle === "mini") {
58
animate(miniEl, {
59
opacity: [0, 1],
60
duration: applyReducedMotion(125),
0 commit comments