Skip to content

Commit

Permalink
mobile viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 19, 2024
1 parent b69311e commit e914906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
${tradeCount} Trade${tradeCount == 1 ? '' : 's'}<br>
${ratedPercent == 0 ? 'Zero Rated' : (ratedPercent == 100 ? 'All Rated' : (100 - ratedPercent) + '% Unrated')}
</div>
${
<pie-chart size="${height}" positive="${positivePercent}" negative="${negativePercent}"></pie-chart>
</div>
<div style="flex-grow:1;line-height:1.3;" class="card-text text-end">
Expand Down

0 comments on commit e914906

Please sign in to comment.