File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
app/components/version-list Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 8
8
{{ @version.num }}
9
9
</LinkTo >
10
10
11
- <span local-class =" date" >{{ date-format @version.created_at ' PPP' }} </span >
12
11
{{ #if @version.yanked }}
13
12
<span local-class =' yanked' >yanked</span >
14
13
{{ /if }}
15
14
</div >
16
15
16
+ <span local-class =" date" >{{ date-format @version.created_at ' PPP' }} </span >
17
+
17
18
{{ #if this.isOwner }}
18
19
<YankButton @version ={{ @version }} local-class =" yank-button" />
19
20
{{ /if }}
Original file line number Diff line number Diff line change 1
1
.row {
2
2
display : flex;
3
- justify-content : space-between;
4
- flex-wrap : wrap;
3
+ align-items : center;
5
4
position : relative;
6
5
padding : 20px ;
7
6
transition : background-color 300ms ;
10
9
background-color : var (--grey200 );
11
10
transition : background-color 0ms ;
12
11
}
12
+
13
+ & > : first-child {
14
+ flex-grow : 1 ;
15
+ }
13
16
}
14
17
15
18
.num-link {
37
40
38
41
.yank-button {
39
42
position : relative;
43
+ margin-left : 10px ;
40
44
}
You can’t perform that action at this time.
0 commit comments