Skip to content

Commit

Permalink
Fix score style
Browse files Browse the repository at this point in the history
  • Loading branch information
vasqued2 committed Sep 1, 2024
1 parent 9159f37 commit b9a4a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render_post.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function renderPost(c) {
<div class="record left-record">${c.record[1]}</div>
</a>
</div>
<div class="score right" style=${styleMap({ '--score_opacity': c.scoreOp[1], "--score_size": c.scoreSize })}>${c.score[1]}</div>
<div class="score" style=${styleMap({ '--score_opacity': c.scoreOp[1], "--score_size": c.scoreSize })}>${c.score[1]}</div>
<div class="divider">&nbsp&nbsp&nbsp</div>
<div class="score" style=${styleMap({ '--score_opacity': c.scoreOp[2], "--score_size": c.scoreSize })}>${c.score[2]}</div>
<div class="team">
Expand Down

0 comments on commit b9a4a44

Please sign in to comment.