Skip to content

Commit

Permalink
results page rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
benparsons committed Mar 16, 2017
1 parent a1d3295 commit 18af959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function getData() {

var glyph_bar = $("<div>");
glyph_bar.addClass("crisp");
glyph_bar.css("width", Math.abs(emoji.glyph_score) * 5);
glyph_bar.css("width", Math.abs(emoji.glyph_score) * 2.5);
glyph_bar.css("height", 36);
glyph_bar.css("background-image", 'url(' + image_prefix + emoji.unicode_value + "_" + emoji.vendor_name + ".png)");
glyph_bar.css("background-repeat", "repeat-x");
Expand Down

0 comments on commit 18af959

Please sign in to comment.