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 e5032c6 commit 48b9d9dCopy full SHA for 48b9d9d
index.html
@@ -51,18 +51,15 @@ <h3>Troll Reports</h3>
51
<button id="min-max" onclick="minMaxReports()">Minimise Reports</button>
52
</div>
53
54
- <h2>Live Games</h2>
55
<div id="games-loading-bar-container">
56
<div id="games-loading-bar"></div>
57
+ <h2>Live Games</h2>
58
<div class="scroll-container">
59
<div id="live-matches" class="matches-row"></div>
60
61
62
- <h2>Finished Games</h2>
63
- <div id="games-loading-bar-container">
64
- <div id="games-loading-bar"></div>
65
- </div>
+ <h2>Finished Games</h2>
66
67
<div id="finished-matches" class="matches-row"></div>
68
0 commit comments