diff --git a/CookieMonster.js b/CookieMonster.js index 1c9f4ec..6bc5ed9 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -845,8 +845,8 @@ CM.Disp.UpdateUpgrades = function() { } else { var div = document.createElement('div'); - div.style.width = '12px'; - div.style.height = '12px'; + div.style.width = '10px'; + div.style.height = '10px'; div.style.backgroundColor = CM.Cache.Upgrades[me.name].color; l('upgrade' + i).appendChild(div); }