mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-05 06:59:04 +08:00
fix: progress always visible in zen mode
This commit is contained in:
parent
3994021566
commit
4753884475
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export function show(): void {
|
|||
textEl.classList.remove("hidden");
|
||||
},
|
||||
});
|
||||
} else if (Config.mode === "zen" || Config.timerStyle === "mini") {
|
||||
} else if (Config.timerStyle === "mini") {
|
||||
animate(miniEl, {
|
||||
opacity: [0, 1],
|
||||
duration: applyReducedMotion(125),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue