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 4d16c8b commit fdf2dc5Copy full SHA for fdf2dc5
index.html
@@ -21,12 +21,13 @@ <h1>Welcome to the Year 8 Chess Tournament</h1>
21
<p id="user-info"></p>
22
</div>
23
24
- <div id="game-panel" style="display:none;">
+ <div id="game-panel" style="display:none; text-align: center;">
25
<h2>Your Current Game</h2>
26
<a id="game-link" href="#" target="_blank">Join Game</a><br><br>
27
- <iframe id="userGame" src="" width="240" height="240"></iframe>
+ <iframe id="userGame" src="" allowfullscreen></iframe>
28
+ <br>
29
<button onclick="reportTroll()">Report Opponent</button>
- </div>
30
+ </div>
31
32
<h2>Leaderboard</h2>
33
<table id="leaderboard">
0 commit comments