mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
showing a tip about infinite tests
This commit is contained in:
parent
4b709ce2a5
commit
a5f7d6c23a
2 changed files with 7 additions and 1 deletions
|
@ -474,12 +474,17 @@ a:hover {
|
|||
padding: 2rem;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
width: 300px;
|
||||
width: 400px;
|
||||
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
color: var(--sub-color);
|
||||
}
|
||||
|
||||
.tip{
|
||||
font-size: .75rem;
|
||||
color: var(--sub-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
<div id="customMode2Popup" mode="">
|
||||
<div class="title">Test length</div>
|
||||
<input type="number" value="1" min="1" max="10000" />
|
||||
<div class="tip">You can start an infinite test by inputting 0. Then, to stop the test, use the Bail Out feature (esc > Bail Out)</div>
|
||||
<div class="button">ok</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue