Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 20, 2024
1 parent 091c8fa commit 6b152d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,15 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
${this.profileMeta(item.meta)}
</div>
</div>
<div style="display:flex;align-items:center;">
<div style="
display:flex;
align-items:center;
border:1px solid var(--bs-list-group-border-color);
border-radius: 10px;
background-color: blanchedalmond;
padding-top: 4px;
margin-top: 4px;
">
${a}${this.profileTypeImage(item, true)}${a != null ? html`</a>` : null}
<div class="card-text text-end" style="flex-grow:1;font-weight:bold;margin-right:10px;">
${tradeCount} Trade${tradeCount == 1 ? '' : 's'}<br>
Expand Down

0 comments on commit 6b152d1

Please sign in to comment.