Make the timer stand apart on android.

This commit is contained in:
Ian Gulliver
2015-12-31 16:46:22 -08:00
parent 6212a8cd33
commit 2e12ea0702

View File

@@ -806,7 +806,7 @@ BabyStats.prototype.updateDisplayPage_ = function() {
}
deltas.sort();
var median = deltas[Math.floor(deltas.length / 2)];
text += '\n⏱' + this.secondsToHuman_(median);
text += '\n⏱ ' + this.secondsToHuman_(median);
}
this.displayEventCountCells_[tile.type][cutoff[0]].textContent = text;
}.bind(this));