Skip to content

Commit

Permalink
simplify to just always fit on iPhone 6
Browse files Browse the repository at this point in the history
  • Loading branch information
benparsons committed Mar 16, 2017
1 parent 18af959 commit c1305aa
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) * 2.5);
glyph_bar.css("width", Math.abs(emoji.glyph_score) * 2);
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 c1305aa

Please sign in to comment.