File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ <h1 class="text-3xl font-bold mb-4 text-center text-black">Leaderboard</h1>
56
56
<!-- Tabs for Constrained and Unconstrained -->
57
57
< center >
58
58
< div class ="mb-4 ">
59
- < button id ="constrainedTab " class ="px-4 py-2 bg-blue-500 text-white rounded " onclick ="showTable('constrained ') "> Constrained </ button >
60
- < button id ="unconstrainedTab " class ="px-4 py-2 bg-gray-300 text-black rounded ml-2 " onclick ="showTable('unconstrained ') "> Unconstrained </ button >
59
+ < button id ="unconstrainedTab " class ="px-4 py-2 bg-blue-500 text-white rounded " onclick ="showTable('unconstrained ') "> Unconstrained </ button >
60
+ < button id ="constrainedTab " class ="px-4 py-2 bg-gray-300 text-black rounded ml-2 " onclick ="showTable('constrained ') "> Constrained </ button >
61
61
</ div >
62
62
</ center >
63
-
63
+
64
64
<!-- Constrained Table -->
65
- < div id ="constrainedTable " class ="overflow-x-auto ">
65
+ < div id ="constrainedTable " class ="overflow-x-auto hidden ">
66
66
< center >
67
67
< div class ="mb-4 ">
68
68
< button id ="smallTab " class ="px-4 py-2 bg-blue-500 text-white rounded ml-2 " onclick ="showSubTable('small') "> Small</ button >
@@ -125,9 +125,9 @@ <h1 class="text-3xl font-bold mb-4 text-center text-black">Leaderboard</h1>
125
125
</ table >
126
126
</ div >
127
127
</ div >
128
-
128
+
129
129
<!-- Unconstrained Table -->
130
- < div id ="unconstrainedTable " class ="overflow-x-auto hidden ">
130
+ < div id ="unconstrainedTable " class ="overflow-x-auto ">
131
131
< table id ="unconstrainedLeaderboardTable " class ="display w-full text-left text-black ">
132
132
< thead >
133
133
< tr >
@@ -734,7 +734,7 @@ <h1 class="text-3xl font-bold mb-4 text-center text-black">Leaderboard</h1>
734
734
</ tr >
735
735
</ tbody >
736
736
</ table >
737
- </ div >
737
+ </ div >
738
738
</ div >
739
739
740
740
< script src ="https://code.jquery.com/jquery-3.6.0.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments