Skip to content

Commit

Permalink
Use style class for textsize where applicable in scoreboard templates
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed Dec 1, 2024
1 parent 75130f5 commit 84d79b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@

<!-- Player Name -->
<label id="name"
class="text-xl"
pos="{{ rowInnerHeight * 3f + columnSpacing * 2f }} 0"
size="{{ w / 3f }} {{ rowHeight }}"
valign="center2"
textsize="{{ Theme.UI_FontSize*2 }}"
textfont="{{ Font.Regular }}"
textcolor="{{ Theme.ScoreboardModule_Text_Color }}"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
opacity="{{ Theme.ScoreboardModule_PositionBox_Opacity }}"
/>
<label id="position_box_position_rank"
class="text-xl"
pos='{{ (width-(Theme.ScoreboardModule_PositionBox_ShowAccent=="True" ? accentBarWidth : 0)) / 2f + (Theme.ScoreboardModule_PositionBox_ShowAccent=="True" ? accentBarWidth : 0) }} {{ height / -2f + 0.25 }}'
valign="center"
halign="center"
textsize="{{ Theme.UI_FontSize*2 }}"
textfont="{{ Font.ExtraBold }}"
textcolor="{{ Theme.ScoreboardModule_PositionBox_TextColor }}"
opacity="{{ Theme.ScoreboardModule_PositionBox_TextOpacity }}"
Expand Down

0 comments on commit 84d79b8

Please sign in to comment.