Skip to content

Commit 5a37e21

Browse files
[Automated] Merge dev into gh-pages
2 parents 8675bd0 + 082bc89 commit 5a37e21

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/CookieMonster.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/CookieMonster.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/CookieMonsterDev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/CookieMonsterDev.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Disp/Dragon/Dragon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function AddAuraInfo(aura) {
1818
if (Game.cookiesPs === 0) bonusCPSPercentage = Beautify(Infinity);
1919
else bonusCPSPercentage = Beautify((bonusCPS / Game.cookiesPs) * 100);
2020

21-
l('dragonAuraInfo').style.minHeight = '60px';
21+
l('dragonAuraInfo').style.minHeight = '120px';
2222
l('dragonAuraInfo').style.margin = '8px';
2323
l('dragonAuraInfo').appendChild(document.createElement('div')).className = 'line';
2424
const div = document.createElement('div');

0 commit comments

Comments
 (0)