hysts HF staff commited on
Commit
651a580
·
1 Parent(s): e88ac0b
Files changed (1) hide show
  1. style.css +19 -19
style.css CHANGED
@@ -44,7 +44,7 @@ table th:first-child {
44
  white-space: nowrap;
45
  }
46
 
47
- @media(min-width: 700px){
48
  #leaderboard-table td:nth-child(2) {
49
  left: 0;
50
  z-index: 1;
@@ -60,7 +60,7 @@ table th:first-child {
60
 
61
  @media (min-width: 700px) and (prefers-color-scheme: dark) {
62
  #leaderboard-table td:nth-child(2) {
63
- background-color: rgba(52,65,86,0.9) !important;
64
  }
65
  #leaderboard-table td a {
66
  color: white !important;
@@ -83,7 +83,7 @@ table th:first-child {
83
  #scale-logo .download {
84
  display: none;
85
  }
86
- #filter_type{
87
  border: 0;
88
  padding-left: 0;
89
  padding-top: 0;
@@ -91,29 +91,29 @@ table th:first-child {
91
  #filter_type label {
92
  display: flex;
93
  }
94
- #filter_type label > span{
95
  margin-top: var(--spacing-lg);
96
  margin-right: 0.5em;
97
  }
98
- #filter_type label > .wrap{
99
  width: 103px;
100
  }
101
- #filter_type label > .wrap .wrap-inner{
102
  padding: 2px;
103
  }
104
- #filter_type label > .wrap .wrap-inner input{
105
- width: 1px
106
  }
107
- #filter-columns-type{
108
- border:0;
109
- padding:0.5;
110
  }
111
- #filter-columns-size{
112
- border:0;
113
- padding:0.5;
114
  }
115
- #box-filter > .form{
116
- border: 0
117
  }
118
 
119
  .language-selector {
@@ -125,12 +125,12 @@ table th:first-child {
125
 
126
  /* Full width space */
127
  .gradio-container {
128
- max-width: 95%!important;
129
  }
130
 
131
  .accordion {
132
- min-width: 200px!important;
133
- border: solid rgba(175,175,175,0.1) !important;
134
  }
135
 
136
  /* make the plotly modebar horizontal */
 
44
  white-space: nowrap;
45
  }
46
 
47
+ @media (min-width: 700px) {
48
  #leaderboard-table td:nth-child(2) {
49
  left: 0;
50
  z-index: 1;
 
60
 
61
  @media (min-width: 700px) and (prefers-color-scheme: dark) {
62
  #leaderboard-table td:nth-child(2) {
63
+ background-color: rgba(52, 65, 86, 0.9) !important;
64
  }
65
  #leaderboard-table td a {
66
  color: white !important;
 
83
  #scale-logo .download {
84
  display: none;
85
  }
86
+ #filter_type {
87
  border: 0;
88
  padding-left: 0;
89
  padding-top: 0;
 
91
  #filter_type label {
92
  display: flex;
93
  }
94
+ #filter_type label > span {
95
  margin-top: var(--spacing-lg);
96
  margin-right: 0.5em;
97
  }
98
+ #filter_type label > .wrap {
99
  width: 103px;
100
  }
101
+ #filter_type label > .wrap .wrap-inner {
102
  padding: 2px;
103
  }
104
+ #filter_type label > .wrap .wrap-inner input {
105
+ width: 1px;
106
  }
107
+ #filter-columns-type {
108
+ border: 0;
109
+ padding: 0.5;
110
  }
111
+ #filter-columns-size {
112
+ border: 0;
113
+ padding: 0.5;
114
  }
115
+ #box-filter > .form {
116
+ border: 0;
117
  }
118
 
119
  .language-selector {
 
125
 
126
  /* Full width space */
127
  .gradio-container {
128
+ max-width: 95% !important;
129
  }
130
 
131
  .accordion {
132
+ min-width: 200px !important;
133
+ border: solid rgba(175, 175, 175, 0.1) !important;
134
  }
135
 
136
  /* make the plotly modebar horizontal */