File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1313 {{$commitRepoLink := $.RepoLink}}{{if $.CommitRepoLink}}{{$commitRepoLink = $.CommitRepoLink}}{{end}}
1414 {{range .Commits}}
1515 <tr>
16- <td class="author">
16+ <td class="author tw-flex ">
1717 {{$userName := .Author.Name}}
1818 {{if .User}}
1919 {{if .User.FullName}}
2020 {{$userName = .User.FullName}}
2121 {{end}}
22- {{ctx.AvatarUtils.Avatar .User 28 "tw-mr-1 "}}<a href="{{.User.HomeLink}}">{{$userName}}</a>
22+ {{ctx.AvatarUtils.Avatar .User 28 "tw-mr-2 "}}<a class="muted author-wrapper" href="{{.User.HomeLink}}">{{$userName}}</a>
2323 {{else}}
24- {{ctx.AvatarUtils.AvatarByEmail .Author.Email .Author.Name 28 "tw-mr-1 "}}
25- {{$userName}}
24+ {{ctx.AvatarUtils.AvatarByEmail .Author.Email .Author.Name 28 "tw-mr-2 "}}
25+ <span class="author-wrapper"> {{$userName}}</span>
2626 {{end}}
2727 </td>
2828 <td class="sha">
Original file line number Diff line number Diff line change @@ -2438,6 +2438,7 @@ tbody.commit-list {
24382438
24392439.author-wrapper {
24402440 max-width : 180px ;
2441+ align-self : center;
24412442}
24422443
24432444/* in the commit list, messages can wrap so we can use inline */
You can’t perform that action at this time.
0 commit comments