File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11{{if .Statuses}}
22 {{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}}">
44 {{template "repo/commit_status" .Status}}
55 </a>
66 {{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">
88 {{template "repo/commit_status" .Status}}
99 </span>
1010 {{end}}
Original file line number Diff line number Diff line change 22 …
33{{else}}
44 {{if .LatestCommitUser}}
5- {{ctx.AvatarUtils.Avatar .LatestCommitUser 24 "tw-mr-1" }}
5+ {{ctx.AvatarUtils.Avatar .LatestCommitUser 24}}
66 {{if and .LatestCommitUser.FullName DefaultShowFullName}}
77 <a class="muted author-wrapper" title="{{.LatestCommitUser.FullName}}" href="{{.LatestCommitUser.HomeLink}}"><strong>{{.LatestCommitUser.FullName}}</strong></a>
88 {{else}}
99 <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>
1010 {{end}}
1111 {{else}}
1212 {{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}}
1414 <span class="author-wrapper" title="{{.LatestCommit.Author.Name}}"><strong>{{.LatestCommit.Author.Name}}</strong></span>
1515 {{end}}
1616 {{end}}
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ td .commit-summary {
117117.latest-commit {
118118 display : flex;
119119 flex : 1 ;
120+ gap : 6px ;
120121 align-items : center;
121122 overflow : hidden;
122123 text-overflow : ellipsis;
@@ -126,9 +127,6 @@ td .commit-summary {
126127 .latest-commit .sha {
127128 display : none;
128129 }
129- .latest-commit .commit-summary {
130- margin-left : 8px ;
131- }
132130}
133131
134132.repo-path {
@@ -1701,8 +1699,8 @@ tbody.commit-list {
17011699 white-space : nowrap;
17021700}
17031701
1704- .latest-commit .commit-statuses {
1705- margin-right : 6 px ;
1702+ .latest-commit .sha . label {
1703+ margin : 0 ;
17061704}
17071705
17081706.latest-commit .message-wrapper {
You can’t perform that action at this time.
0 commit comments