File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
{{if .Statuses}}
2
2
{{if and (eq (len .Statuses) 1) .Status.TargetURL}}
3
- <a class="commit-statuses tw-align-middle {{.AdditionalClasses}} tw-no-underline " data-tippy="commit-statuses" href="{{.Status.TargetURL}}">
3
+ <a class="commit-statuses flex-text-block muted {{.AdditionalClasses}}" data-tippy="commit-statuses" href="{{.Status.TargetURL}}">
4
4
{{template "repo/commit_status" .Status}}
5
5
</a>
6
6
{{else}}
7
- <span class="commit-statuses tw-align-middle {{.AdditionalClasses}}" data-tippy="commit-statuses" tabindex="0">
7
+ <span class="commit-statuses flex-text-block muted {{.AdditionalClasses}}" data-tippy="commit-statuses" tabindex="0">
8
8
{{template "repo/commit_status" .Status}}
9
9
</span>
10
10
{{end}}
Original file line number Diff line number Diff line change 2
2
…
3
3
{{else}}
4
4
{{if .LatestCommitUser}}
5
- {{ctx.AvatarUtils.Avatar .LatestCommitUser 24 "tw-mr-1" }}
5
+ {{ctx.AvatarUtils.Avatar .LatestCommitUser 24}}
6
6
{{if and .LatestCommitUser.FullName DefaultShowFullName}}
7
7
<a class="muted author-wrapper" title="{{.LatestCommitUser.FullName}}" href="{{.LatestCommitUser.HomeLink}}"><strong>{{.LatestCommitUser.FullName}}</strong></a>
8
8
{{else}}
9
9
<a class="muted author-wrapper" title="{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}" href="{{.LatestCommitUser.HomeLink}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a>
10
10
{{end}}
11
11
{{else}}
12
12
{{if .LatestCommit.Author}}
13
- {{ctx.AvatarUtils.AvatarByEmail .LatestCommit.Author.Email .LatestCommit.Author.Name 24 "tw-mr-1" }}
13
+ {{ctx.AvatarUtils.AvatarByEmail .LatestCommit.Author.Email .LatestCommit.Author.Name 24}}
14
14
<span class="author-wrapper" title="{{.LatestCommit.Author.Name}}"><strong>{{.LatestCommit.Author.Name}}</strong></span>
15
15
{{end}}
16
16
{{end}}
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ td .commit-summary {
117
117
.latest-commit {
118
118
display : flex;
119
119
flex : 1 ;
120
+ gap : 6px ;
120
121
align-items : center;
121
122
overflow : hidden;
122
123
text-overflow : ellipsis;
@@ -126,9 +127,6 @@ td .commit-summary {
126
127
.latest-commit .sha {
127
128
display : none;
128
129
}
129
- .latest-commit .commit-summary {
130
- margin-left : 8px ;
131
- }
132
130
}
133
131
134
132
.repo-path {
@@ -1701,8 +1699,8 @@ tbody.commit-list {
1701
1699
white-space : nowrap;
1702
1700
}
1703
1701
1704
- .latest-commit .commit-statuses {
1705
- margin-right : 6 px ;
1702
+ .latest-commit .sha . label {
1703
+ margin : 0 ;
1706
1704
}
1707
1705
1708
1706
.latest-commit .message-wrapper {
You can’t perform that action at this time.
0 commit comments