fixed elo score font size
This commit is contained in:
parent
25c42dd569
commit
99681a5776
@ -353,7 +353,7 @@ class WebsocketConnection
|
||||
display_name = display_name.substr(0,8) + "…";
|
||||
}
|
||||
|
||||
var tmp = this.search_container.create_double_button("" + display_name + "<small>" + this.elos[i] + "</small>", "-");
|
||||
var tmp = this.search_container.create_double_button("" + display_name + "<sup><span style=\"font-size: 0.5em\">" + this.elos[i] + "</span></sup>", "-");
|
||||
|
||||
tmp[1].name = this.friends[i];
|
||||
tmp[2].name = this.friends[i];
|
||||
|
Loading…
Reference in New Issue
Block a user