Skip to content

Commit 8d16786

Browse files
Adjust sidebar width and clean up HTML
1 parent 0aeb86a commit 8d16786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
this.gameWidth = 1500;
6868
this.gameHeight = 1000;
6969

70-
this.sidebarWidth = Math.floor(this.gameWidth * 0.35);
70+
this.sidebarWidth = Math.floor(this.gameWidth * 0.40);
7171
this.boardAreaWidth = this.gameWidth - this.sidebarWidth;
7272

7373
this.sidebarX = this.gameWidth - this.sidebarWidth;
@@ -2421,7 +2421,7 @@
24212421
<option value="Músicas">Músicas</option>
24222422
<option value="Inglês">Inglês</option>
24232423
<option value="K-pop">K-pop</option>
2424-
2424+
24252425
</select>
24262426
</div>
24272427
</div>

0 commit comments

Comments
 (0)