Update benchmark leaderboard
Browse files- index.html +5 -4
index.html
CHANGED
|
@@ -55,12 +55,13 @@
|
|
| 55 |
overflow-x: auto; border-radius: 10px;
|
| 56 |
border: 1px solid #1e2a3a; margin-bottom: 52px;
|
| 57 |
}
|
| 58 |
-
table { border-collapse: collapse; width: 100%; font-size: 12px; }
|
| 59 |
thead tr { background: #111827; border-bottom: 2px solid #1e2a3a; }
|
| 60 |
th { padding: 11px 6px; white-space: nowrap; }
|
| 61 |
-
th.rank-col { width:
|
| 62 |
-
th.model-col { text-align: left; min-width:
|
| 63 |
-
th.avg-col
|
|
|
|
| 64 |
.sort-btn {
|
| 65 |
background: none; border: none; color: #64748b; cursor: pointer;
|
| 66 |
font: inherit; font-size: 10px; font-weight: 700;
|
|
|
|
| 55 |
overflow-x: auto; border-radius: 10px;
|
| 56 |
border: 1px solid #1e2a3a; margin-bottom: 52px;
|
| 57 |
}
|
| 58 |
+
table { border-collapse: collapse; width: auto; min-width: 100%; font-size: 12px; }
|
| 59 |
thead tr { background: #111827; border-bottom: 2px solid #1e2a3a; }
|
| 60 |
th { padding: 11px 6px; white-space: nowrap; }
|
| 61 |
+
th.rank-col { width: 44px; padding-left: 14px; }
|
| 62 |
+
th.model-col { text-align: left; width: 220px; min-width: 180px; padding-left: 14px; }
|
| 63 |
+
th.avg-col { width: 110px; }
|
| 64 |
+
th.lang-col { width: 90px; }
|
| 65 |
.sort-btn {
|
| 66 |
background: none; border: none; color: #64748b; cursor: pointer;
|
| 67 |
font: inherit; font-size: 10px; font-weight: 700;
|