Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clean up
Browse files
style.css
CHANGED
@@ -1,103 +1,103 @@
|
|
1 |
.markdown-text {
|
2 |
-
|
3 |
}
|
4 |
|
5 |
#models-to-add-text {
|
6 |
-
|
7 |
}
|
8 |
|
9 |
#citation-button span {
|
10 |
-
|
11 |
}
|
12 |
|
13 |
#citation-button textarea {
|
14 |
-
|
15 |
}
|
16 |
|
17 |
#citation-button > label > button {
|
18 |
-
|
19 |
-
|
20 |
}
|
21 |
|
22 |
#leaderboard-table {
|
23 |
-
|
24 |
}
|
25 |
|
26 |
#leaderboard-table-lite {
|
27 |
-
|
28 |
}
|
29 |
|
30 |
#search-bar-table-box > div:first-child {
|
31 |
-
|
32 |
-
|
33 |
}
|
34 |
|
35 |
#search-bar {
|
36 |
-
|
37 |
}
|
38 |
|
39 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
40 |
table td:first-child,
|
41 |
table th:first-child {
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
}
|
46 |
|
47 |
.tab-buttons button {
|
48 |
-
|
49 |
}
|
50 |
|
51 |
#scale-logo {
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
}
|
59 |
|
60 |
#scale-logo .download {
|
61 |
-
|
62 |
}
|
63 |
#filter_type{
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
}
|
68 |
#filter_type label {
|
69 |
-
|
70 |
}
|
71 |
#filter_type label > span{
|
72 |
-
|
73 |
-
|
74 |
}
|
75 |
#filter_type label > .wrap{
|
76 |
-
|
77 |
}
|
78 |
#filter_type label > .wrap .wrap-inner{
|
79 |
-
|
80 |
}
|
81 |
#filter_type label > .wrap .wrap-inner input{
|
82 |
-
|
83 |
}
|
84 |
#filter-columns-type{
|
85 |
-
|
86 |
-
|
87 |
}
|
88 |
#filter-columns-size{
|
89 |
-
|
90 |
-
|
91 |
}
|
92 |
#box-filter > .form{
|
93 |
-
|
94 |
}
|
95 |
|
96 |
.language-selector {
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
}
|
102 |
|
103 |
/* Hides the final AutoEvalColumn */
|
@@ -105,7 +105,7 @@ table th:first-child {
|
|
105 |
#llm-benchmark-tab-table table th:nth-last-child(2),
|
106 |
#llm-benchmark-tab-table table td:last-child,
|
107 |
#llm-benchmark-tab-table table th:last-child {
|
108 |
-
|
109 |
}
|
110 |
|
111 |
/* Full width space */
|
|
|
1 |
.markdown-text {
|
2 |
+
font-size: 16px !important;
|
3 |
}
|
4 |
|
5 |
#models-to-add-text {
|
6 |
+
font-size: 18px !important;
|
7 |
}
|
8 |
|
9 |
#citation-button span {
|
10 |
+
font-size: 16px !important;
|
11 |
}
|
12 |
|
13 |
#citation-button textarea {
|
14 |
+
font-size: 16px !important;
|
15 |
}
|
16 |
|
17 |
#citation-button > label > button {
|
18 |
+
margin: 6px;
|
19 |
+
transform: scale(1.3);
|
20 |
}
|
21 |
|
22 |
#leaderboard-table {
|
23 |
+
margin-top: 15px
|
24 |
}
|
25 |
|
26 |
#leaderboard-table-lite {
|
27 |
+
margin-top: 15px
|
28 |
}
|
29 |
|
30 |
#search-bar-table-box > div:first-child {
|
31 |
+
background: none;
|
32 |
+
border: none;
|
33 |
}
|
34 |
|
35 |
#search-bar {
|
36 |
+
padding: 0px;
|
37 |
}
|
38 |
|
39 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
40 |
table td:first-child,
|
41 |
table th:first-child {
|
42 |
+
max-width: 400px;
|
43 |
+
overflow: auto;
|
44 |
+
white-space: nowrap;
|
45 |
}
|
46 |
|
47 |
.tab-buttons button {
|
48 |
+
font-size: 20px;
|
49 |
}
|
50 |
|
51 |
#scale-logo {
|
52 |
+
border-style: none !important;
|
53 |
+
box-shadow: none;
|
54 |
+
display: block;
|
55 |
+
margin-left: auto;
|
56 |
+
margin-right: auto;
|
57 |
+
max-width: 600px;
|
58 |
}
|
59 |
|
60 |
#scale-logo .download {
|
61 |
+
display: none;
|
62 |
}
|
63 |
#filter_type{
|
64 |
+
border: 0;
|
65 |
+
padding-left: 0;
|
66 |
+
padding-top: 0;
|
67 |
}
|
68 |
#filter_type label {
|
69 |
+
display: flex;
|
70 |
}
|
71 |
#filter_type label > span{
|
72 |
+
margin-top: var(--spacing-lg);
|
73 |
+
margin-right: 0.5em;
|
74 |
}
|
75 |
#filter_type label > .wrap{
|
76 |
+
width: 103px;
|
77 |
}
|
78 |
#filter_type label > .wrap .wrap-inner{
|
79 |
+
padding: 2px;
|
80 |
}
|
81 |
#filter_type label > .wrap .wrap-inner input{
|
82 |
+
width: 1px
|
83 |
}
|
84 |
#filter-columns-type{
|
85 |
+
border:0;
|
86 |
+
padding:0.5;
|
87 |
}
|
88 |
#filter-columns-size{
|
89 |
+
border:0;
|
90 |
+
padding:0.5;
|
91 |
}
|
92 |
#box-filter > .form{
|
93 |
+
border: 0
|
94 |
}
|
95 |
|
96 |
.language-selector {
|
97 |
+
width: auto;
|
98 |
+
display: flex;
|
99 |
+
justify-content: center;
|
100 |
+
margin: 20px 0;
|
101 |
}
|
102 |
|
103 |
/* Hides the final AutoEvalColumn */
|
|
|
105 |
#llm-benchmark-tab-table table th:nth-last-child(2),
|
106 |
#llm-benchmark-tab-table table td:last-child,
|
107 |
#llm-benchmark-tab-table table th:last-child {
|
108 |
+
display: none;
|
109 |
}
|
110 |
|
111 |
/* Full width space */
|