File tree Expand file tree Collapse file tree 3 files changed +28
-27
lines changed Expand file tree Collapse file tree 3 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 2
2
{{ $approvalCounts := .ApprovalCounts}}
3
3
{{range .Issues}}
4
4
<li class="item df py-3">
5
- <div class="issue-item-left df py-2 ">
5
+ <div class="issue-item-left df py-1 ">
6
6
{{if $.CanWriteIssuesOrPulls}}
7
7
<div class="ui checkbox issue-checkbox">
8
8
<input type="checkbox" data-issue-id={{.ID}}></input>
31
31
</div>
32
32
<div class="issue-item-main f1 fc df">
33
33
<div class="issue-item-top-row df ac fw">
34
- <a class="title my-1 mr-2 " href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">{{RenderEmoji .Title}}</a>
34
+ <a class="title mr-3 " href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">{{RenderEmoji .Title}}</a>
35
35
{{if .IsPull }}
36
36
{{if (index $.CommitStatus .PullRequest.ID)}}
37
37
{{template "repo/commit_status" (index $.CommitStatus .PullRequest.ID)}}
Original file line number Diff line number Diff line change 2874
2874
flex-wrap : wrap ;
2875
2875
}
2876
2876
2877
- .labels.list .item {
2877
+ .labels.list .item ,
2878
+ .timeline-item .label {
2878
2879
padding : .3em .5em !important ;
2879
2880
margin-left : 0 ;
2880
2881
margin-right : 0 ;
2881
2882
margin-bottom : 3px ;
2882
2883
}
2883
2884
2884
- .labels.list .item + .item {
2885
- margin-left : 3px ;
2885
+ .issue-item-top-row .label {
2886
+ margin-left : 0 ;
2887
+ margin-right : 0 ;
2888
+ margin-top : 1.5px ;
2889
+ margin-bottom : 1.5px ;
2890
+ }
2891
+
2892
+ .labels.list .item ,
2893
+ .timeline-item .label ,
2894
+ .issue-item-top-row .label {
2895
+ margin-right : 3px ;
2896
+ display : inline !important ;
2897
+ }
2898
+
2899
+ .timeline-item .label :last-of-type ,
2900
+ .issue-item-top-row .label :last-of-type {
2901
+ margin-right : 0 ;
2886
2902
}
2887
2903
2888
2904
tbody .commit-list {
Original file line number Diff line number Diff line change 2
2
list-style : none ;
3
3
margin-top : 1rem ;
4
4
5
+ a :hover {
6
+ color : var (--color-primary ) !important ;
7
+ }
8
+
5
9
> .item {
6
10
.issue-checkbox {
7
11
margin-top : 1px ;
20
24
}
21
25
22
26
.issue-item-top-row {
23
- max-width : 80% ;
24
- overflow-wrap : break-word ;
27
+ max-width : 100% ;
25
28
color : var (--color-text );
26
29
font-size : 16px ;
30
+ min-width : 0 ;
27
31
font-weight : 600 ;
28
32
}
29
33
32
36
}
33
37
34
38
.title {
35
- display : block ;
36
- min-width : 0 ;
37
39
color : var (--color-text );
38
- font-size : 16px ;
39
- font-weight : 600 ;
40
-
41
- & :hover {
42
- color : var (--color-primary );
43
- }
40
+ word-break : break-word ;
44
41
}
45
42
46
43
.issue-item-icon-right {
65
62
color : inherit ;
66
63
}
67
64
68
- a :hover {
69
- color : var (--color-primary );
70
- }
71
-
72
65
.time-since ,
73
66
a {
74
67
margin-left : .25rem ;
112
105
113
106
a .milestone {
114
107
margin-left : 5px ;
115
-
116
- & :hover {
117
- color : var (--color-primary ) !important ;
118
- }
119
108
}
120
109
121
110
a .ref {
122
111
margin-left : 8px ;
123
112
124
- & :hover {
125
- color : var (--color-primary ) !important ;
126
- }
127
-
128
113
span {
129
114
margin-right : -4px ;
130
115
}
You can’t perform that action at this time.
0 commit comments