mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
fixed timer default size
This commit is contained in:
parent
0a31eda4db
commit
72316efaeb
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@
|
|||
<div id="timerNumber" class="timerMain">
|
||||
<div>60</div>
|
||||
</div>
|
||||
<div id="miniTimerAndLiveWpm" class="timerMain">
|
||||
<div id="miniTimerAndLiveWpm" class="timerMain size15">
|
||||
<div class="time hidden">1:00</div>
|
||||
<div class="wpm">60</div>
|
||||
<div class="acc">100%</div>
|
||||
|
|
Loading…
Reference in a new issue