File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 28
28
{{- end -}}
29
29
</a>
30
30
</span>
31
- <span class="message mr-2">{{RenderCommitMessage $commit.Subject $.RepoLink $.Repository.ComposeMetas}}</span>
32
- <span class="tags">
31
+ <span class="message df ac mr-2">{{RenderCommitMessage $commit.Subject $.RepoLink $.Repository.ComposeMetas}}</span>
32
+ <span class="tags df ac ">
33
33
{{range $commit.Refs}}
34
34
{{$refGroup := .RefGroup}}
35
35
{{if eq $refGroup "pull"}}
61
61
{{end}}
62
62
{{end}}
63
63
</span>
64
- <span class="author">
64
+ <span class="author df ac mr-2 ">
65
65
{{$userName := $commit.Commit.Author.Name}}
66
66
{{if $commit.User}}
67
67
{{if $commit.User.FullName}}
72
72
<img class="ui avatar image" src="{{AvatarLink $commit.Commit.Author.Email}}" alt=""/>{{$userName}}
73
73
{{end}}
74
74
</span>
75
- <span class="time">{{$commit.Date}}</span>
75
+ <span class="time df ac ">{{$commit.Date}}</span>
76
76
{{ end }}
77
77
</li>
78
78
{{ end }}
Original file line number Diff line number Diff line change 64
64
height : 24px ;
65
65
line-height : 24px ;
66
66
white-space : nowrap ;
67
+ display : flex ;
68
+ align-items : center ;
67
69
68
70
.node-relation {
69
71
font-family : " Bitstream Vera Sans Mono" , " Courier" , monospace ;
109
111
background-color : rgba (0 , 0 , 0 , .05 );
110
112
}
111
113
112
- li a .button {
113
- padding-top : 2px ;
114
- padding-bottom : 2px ;
115
- vertical-align : top ;
116
- margin-top : 2px ;
114
+ .tags a .button {
115
+ padding : 2px 4px ;
117
116
}
118
117
119
118
.sha.label {
You can’t perform that action at this time.
0 commit comments