File tree Expand file tree Collapse file tree 5 files changed +30
-16
lines changed Expand file tree Collapse file tree 5 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ button:focus,
487
487
background-color : var (--color-accent-light );
488
488
border : 1.5px solid var (--color-accent );
489
489
padding : 1rem ;
490
- margin-bottom : 1.5 rem ;
490
+ margin-bottom : 0.4 rem ;
491
491
border-radius : 0.25rem ;
492
492
display : flex;
493
493
align-items : center;
@@ -858,4 +858,4 @@ button:focus,
858
858
859
859
.dark-mode .sidebar-family-icon {
860
860
filter : brightness (1.2 );
861
- }
861
+ }
Original file line number Diff line number Diff line change 102
102
/* Header */
103
103
.page-header {
104
104
background-color : var (--color-header );
105
- padding : 2rem 0 ;
105
+ padding-top : 0.7rem ;
106
+ padding-bottom : 0.7rem ;
107
+ padding-left : 0 ;
108
+ padding-right : 0 ;
106
109
margin : 0 ;
107
110
width : 100% ;
108
111
position : relative;
109
112
color : # FFF7EC ;
110
- margin-bottom : 2 rem ;
113
+ margin-bottom : 0.4 rem ;
111
114
}
112
115
113
116
.page-header .container {
385
388
386
389
.content-section {
387
390
margin-bottom : 2.5rem ;
388
- padding : 1.5 rem ;
391
+ padding : 0.3 rem ;
389
392
background-color : var (--color-background );
390
393
border-radius : var (--radius-lg );
391
394
box-shadow : var (--shadow-sm );
545
548
}
546
549
547
550
.content-section {
548
- padding : 1.25 rem ;
551
+ padding : 0.3 rem ;
549
552
}
550
553
551
554
.title-wrapper h1 {
564
567
}
565
568
566
569
.content-section {
567
- padding : 1 rem ;
570
+ padding : 0.3 rem ;
568
571
margin-bottom : 1.5rem ;
569
572
}
570
573
575
578
.title-wrapper h1 {
576
579
font-size : 1.5rem ;
577
580
}
578
- }
581
+ }
Original file line number Diff line number Diff line change 2
2
.filter-buttons {
3
3
display : flex;
4
4
flex-wrap : wrap;
5
- gap : 8 px ;
5
+ gap : 4 px ;
6
6
}
7
7
8
8
.filter-toggle {
28
28
display : flex;
29
29
align-items : center;
30
30
gap : 0.5em ;
31
- padding : 0.375 rem 0.75 rem ;
31
+ padding : 0.25 rem 0.5 rem ;
32
32
border : 1px solid # ced4da ;
33
33
border-radius : 0.25rem ;
34
34
background-color : # f8f9fa ;
277
277
width : 100% ;
278
278
justify-content : flex-start !important ;
279
279
}
280
- }
280
+ }
Original file line number Diff line number Diff line change 11
11
width : 300px ;
12
12
max-width : 100% ;
13
13
height : auto;
14
- margin-bottom : 1.25rem ;
14
+ margin-bottom : 0.3rem ;
15
+ }
16
+
17
+ .header-logo-small {
18
+ width : 75px ;
19
+ height : 75px ;
20
+ margin-right : 0.5rem ;
21
+ vertical-align : middle;
22
+ display : inline-block;
15
23
}
16
24
17
25
.paper-link {
88
96
white-space : nowrap;
89
97
scrollbar-width : none;
90
98
-ms-overflow-style : none;
91
- margin-bottom : 1 .5rem ;
99
+ margin-bottom : 0 .5rem ;
92
100
}
93
101
94
102
.leaderboard-tabs ::-webkit-scrollbar {
@@ -702,4 +710,4 @@ code {
702
710
703
711
.contact-container a : hover {
704
712
text-decoration : underline;
705
- }
713
+ }
Original file line number Diff line number Diff line change 1
1
{% extends 'base.html' %}
2
2
3
- {% block title %}SWE-bench Leaderboard {% endblock %}
3
+ {% block title %}SWE-bench Leaderboards {% endblock %}
4
4
5
5
{% block head_extra %}
6
6
< link rel ="icon " href ="favicon.ico " type ="image/x-icon ">
15
15
< header class ="page-header ">
16
16
< div class ="container ">
17
17
< div class ="header-logo-container ">
18
- < img src ="img/swe-bench-banner.svg " alt ="SWE-bench Logo " class ="header-logo ">
18
+ < h1 >
19
+ < img src ="img/swe-llama.svg " alt ="SWE-bench Logo " class ="header-logo-small ">
20
+ Leaderboards
21
+ </ h1 >
19
22
</ div >
20
23
</ div >
21
24
</ header >
You can’t perform that action at this time.
0 commit comments