Skip to content

Commit c146f3b

Browse files
committed
addapt font size of overview dm
1 parent bf4d5a3 commit c146f3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

js/displaymode.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,11 @@ function render_tournament_overview_dm(s, container, event) {
651651
var team_name = uiu.el(teams[team_idx], 'div', {
652652
style: (
653653
'margin-left:12vh;' +
654-
'font-size:5.5vh;' +
654+
'font-size:6.0vh;' +
655655
'height: 100%;' +
656656
'align-content: center;' +
657-
'width: fit-content;'
657+
'width: fit-content;' +
658+
'font-weight: bold;'
658659
)
659660
},
660661
match ? match.setup.teams[team_idx].players[0].name +(match.setup.teams[team_idx].players.length > 1 ? ' / ' + match.setup.teams[team_idx].players[1].name : '') : '');
@@ -667,7 +668,8 @@ function render_tournament_overview_dm(s, container, event) {
667668
'background-repeat: no-repeat;' +
668669
'background-position:center;' +
669670
'background-size:contain;' +
670-
'background-image:url("icons/Ball_DM_Cloppenburg_schwarz.svg");'
671+
'background-image:url("icons/Ball_DM_Cloppenburg_schwarz.svg");'+
672+
'font-weight: bold;'
671673
)});
672674

673675
service.style.visibility = "hidden";

0 commit comments

Comments
 (0)