File tree 3 files changed +9
-8
lines changed 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 66
66
<span class="commit-summary {{if gt .ParentCount 1}} grey text{{end}}" title="{{.Summary}}">{{RenderCommitMessageLinkSubject .Message $.RepoLink $commitLink $.Repository.ComposeMetas}}</span>
67
67
{{end}}
68
68
{{if IsMultilineCommitMessage .Message}}
69
- <button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i> </button>
69
+ <button class="basic compact mini ui icon button commit-button">{{svg "octicon-kebab- horizontal" 12}} </button>
70
70
{{end}}
71
71
{{if eq (CommitType .) "SignCommitWithStatuses"}}
72
72
{{template "repo/commit_statuses" dict "Status" .Status "Statuses" .Statuses "root" $}}
Original file line number Diff line number Diff line change 24
24
</a>
25
25
{{template "repo/commit_statuses" dict "Status" .LatestCommitStatus "Statuses" .LatestCommitStatuses "root" $}}
26
26
{{ $commitLink:= printf "%s/commit/%s" .RepoLink .LatestCommit.ID }}
27
- <span class="grey commit-summary f1 ml-3" title="{{.LatestCommit.Summary}}"><span class="message-wrapper">{{RenderCommitMessageLinkSubject .LatestCommit.Message $.RepoLink $commitLink $.Repository.ComposeMetas}}</span>
27
+ <span class="grey commit-summary f1 ml-3" title="{{.LatestCommit.Summary}}"><span class="message-wrapper dif ">{{RenderCommitMessageLinkSubject .LatestCommit.Message $.RepoLink $commitLink $.Repository.ComposeMetas}}</span>
28
28
{{if IsMultilineCommitMessage .LatestCommit.Message}}
29
- <button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i> </button>
29
+ <button class="basic compact mini ui icon button commit-button">{{svg "octicon-kebab- horizontal" 12}} </button>
30
30
<pre class="commit-body" style="display: none;">{{RenderCommitBody .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas}}</pre>
31
31
{{end}}
32
32
</span>
Original file line number Diff line number Diff line change @@ -2727,16 +2727,17 @@ tbody.commit-list {
2727
2727
min-width : .5em ;
2728
2728
}
2729
2729
2730
- .commit-button {
2731
- margin-right : 0 ;
2732
- margin-left : .25rem ;
2733
- }
2734
-
2735
2730
.commit-statuses-trigger {
2736
2731
flex : 100% ;
2737
2732
}
2738
2733
}
2739
2734
2735
+ .repository .ui.button.commit-button {
2736
+ margin-right : 0 ;
2737
+ margin-left : .25rem ;
2738
+ padding : 1px 7px ;
2739
+ }
2740
+
2740
2741
@media (max-width : 480px ) {
2741
2742
#repo-files-table {
2742
2743
.message {
You can’t perform that action at this time.
0 commit comments