t0-0 commited on
Commit
7fcd583
·
2 Parent(s): 3d26ec8 d7bb94a

Merge branch 'leaderboard-model-name-test'

Browse files
Files changed (1) hide show
  1. style.css +22 -0
style.css CHANGED
@@ -44,6 +44,28 @@ table th:first-child {
44
  white-space: nowrap;
45
  }
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  #llm-benchmark-tab-table-button, #llm-benchmark-tab-about-button, #llm-benchmark-tab-submit-button {
48
  font-size: 20px;
49
  }
 
44
  white-space: nowrap;
45
  }
46
 
47
+ table td:nth-child(2) {
48
+ left: 0;
49
+ z-index: 1;
50
+ position: sticky;
51
+ border-right: solid rgba(0,0,0,0.1) !important;
52
+ }
53
+
54
+ @media (prefers-color-scheme: light) {
55
+ table td:nth-child(2) {
56
+ background-color: rgba(255,255,255,0.9) !important;
57
+ }
58
+ }
59
+
60
+ @media (prefers-color-scheme: dark) {
61
+ table td:nth-child(2) {
62
+ background-color: rgba(52,65,86,0.9) !important;
63
+ }
64
+ table td a {
65
+ color: white !important;
66
+ }
67
+ }
68
+
69
  #llm-benchmark-tab-table-button, #llm-benchmark-tab-about-button, #llm-benchmark-tab-submit-button {
70
  font-size: 20px;
71
  }