Make scores smaller for mobile

This commit is contained in:
Joseph Schorr 2015-04-21 12:26:03 -04:00
parent 496cf03373
commit 0cb05436f7

View file

@ -156,7 +156,7 @@
ng-class="searchResultState.current == $index ? 'current' : ''"
ng-click="showResult(result)">
<span class="kind">{{ result.kind }}</span>
<span class="score">{{ result.score }}</span>
<span class="score">{{ result.score.toString().substr(0, 4) }}</span>
<span ng-switch on="result.kind">
<!-- Team -->
<span ng-switch-when="team">