adgw commited on
Commit
f447f8e
·
verified ·
1 Parent(s): 20c971b

Update benchmark leaderboard

Browse files
Files changed (1) hide show
  1. 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: 40px; padding-left: 14px; }
62
- th.model-col { text-align: left; min-width: 190px; padding-left: 14px; }
63
- th.avg-col, th.lang-col { min-width: 78px; }
 
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;