We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117ba53 commit 7cc26f0Copy full SHA for 7cc26f0
1 file changed
human-ping.html
@@ -28,6 +28,10 @@
28
text-align: center;
29
}
30
31
+ .app .state {
32
+ white-space: pre-wrap;
33
+ }
34
+
35
.app .history {
36
font-size: 14px;
37
position: absolute;
@@ -108,7 +112,7 @@
108
112
child: [
109
113
{
110
114
ref: this.text,
111
- tag: 'p'
115
+ tag: 'p.state'
116
},
117
118
ref: this.history,
@@ -180,6 +184,7 @@
180
184
181
185
this.rounds++;
182
186
this.updateCircles();
187
+ this.set(READY, `\n${this.firstClickMs} ms\nClick to start`);
183
188
this.state = 'READY';
189
} else {
190
this.set(READY, `Too early!`);
0 commit comments