We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752a007 commit 409a462Copy full SHA for 409a462
js/techtree.js
@@ -19,7 +19,7 @@ class Tree {
19
imperial_1_y: 0,
20
imperial_2_y: 0
21
}
22
- this.height = Math.max(window.innerHeight - 80, 300);
+ this.height = Math.max(window.innerHeight - 80, 100);
23
this.width = 0;
24
this.padding = 10;
25
this.element_height = 0;
0 commit comments