Skip to content

Commit

Permalink
badge: make badge work for users with lots of users
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 19, 2015
1 parent bbc8e8d commit f73da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// once we have the knowledge of the actual
// numbers of users, based on a user count
// of 3 digits by 3 digits
iframe.style.width = (large ? 171 : 114) + 'px';
iframe.style.width = (large ? 190 : 140) + 'px';

// height depends on target size
iframe.style.height = (large ? 30 : 20) + 'px';
Expand Down

0 comments on commit f73da36

Please sign in to comment.