We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeb86a commit 8d16786Copy full SHA for 8d16786
1 file changed
index.html
@@ -67,7 +67,7 @@
67
this.gameWidth = 1500;
68
this.gameHeight = 1000;
69
70
- this.sidebarWidth = Math.floor(this.gameWidth * 0.35);
+ this.sidebarWidth = Math.floor(this.gameWidth * 0.40);
71
this.boardAreaWidth = this.gameWidth - this.sidebarWidth;
72
73
this.sidebarX = this.gameWidth - this.sidebarWidth;
@@ -2421,7 +2421,7 @@
2421
<option value="Músicas">Músicas</option>
2422
<option value="Inglês">Inglês</option>
2423
<option value="K-pop">K-pop</option>
2424
-
+
2425
</select>
2426
</div>
2427
0 commit comments