gitter: more space for the logo

This commit is contained in:
Thaddee Tyl 2016-05-01 11:24:09 +02:00
parent fa677009ac
commit cb598af0d4

View File

@ -4847,7 +4847,7 @@ cache(function(data, match, sendBadge, request) {
badgeData.colorscheme = 'brightgreen';
if (darkBackgroundTemplates.some(function(t) { return t === badgeData.template; })) {
badgeData.logo = badgeData.logo || logos['gitter-white'];
badgeData.logoWidth = 7;
badgeData.logoWidth = 9;
}
sendBadge(format, badgeData);
}));