File tree Expand file tree Collapse file tree 6 files changed +31
-8
lines changed Expand file tree Collapse file tree 6 files changed +31
-8
lines changed Original file line number Diff line number Diff line change 22
22
{{.i18n.Tr "admin.repos.name"}}
23
23
{{SortArrow "alphabetically" "reversealphabetically" $.SortType false}}
24
24
</th>
25
- <th>{{.i18n.Tr "admin.repos.private"}}</th>
26
25
<th>{{.i18n.Tr "admin.repos.watches"}}</th>
27
26
<th data-sortt-asc="moststars" data-sortt-desc="feweststars">
28
27
{{.i18n.Tr "admin.repos.stars"}}
51
50
<span class="text gold">{{svg "octicon-lock"}}</span>
52
51
{{end}}
53
52
</td>
54
- <td><a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td>
55
- <td>{{if .IsPrivate}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</td>
53
+ <td>
54
+ <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a>
55
+ {{if .IsPrivate}}
56
+ <span class="text gold">{{svg "octicon-lock"}}</span>
57
+ {{end}}
58
+ </td>
56
59
<td>{{.NumWatches}}</td>
57
60
<td>{{.NumStars}}</td>
58
61
<td>{{.NumForks}}</td>
Original file line number Diff line number Diff line change 12
12
<span class="header">
13
13
<a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}
14
14
{{if .Visibility.IsPrivate}}
15
- <span class="text gold ">{{svg "octicon-lock "}}</span>
15
+ <span class="ui basic label ">{{$.i18n.Tr "repo.desc.private "}}</span>
16
16
{{end}}
17
17
</span>
18
18
<div class="description">
Original file line number Diff line number Diff line change 15
15
{{$.i18n.Tr "settings.revoke_key"}}
16
16
</button>
17
17
</div>
18
- {{svg "octicon-key"}}
18
+ <div class="left floated content">
19
+ {{svg "octicon-key"}}
20
+ </div>
19
21
<div class="content">
20
22
<strong>{{$grant.Application.Name}}</strong>
21
23
<div class="activity meta">
Original file line number Diff line number Diff line change @@ -1556,10 +1556,13 @@ a.ui.label:hover {
1556
1556
.ui.button {
1557
1557
background : var (--color-button );
1558
1558
border : 1px solid var (--color-light-border );
1559
- box-shadow : none !important ;
1560
1559
color : var (--color-text );
1561
1560
}
1562
1561
1562
+ .page-content .ui.button {
1563
+ box-shadow : none !important ;
1564
+ }
1565
+
1563
1566
.ui.button :hover {
1564
1567
background : var (--color-hover );
1565
1568
color : var (--color-text );
Original file line number Diff line number Diff line change 111
111
112
112
.issue.title {
113
113
width : 80% ;
114
+ margin : 0 0 1em ;
114
115
}
115
116
116
117
.push.news .content ul {
Original file line number Diff line number Diff line change 1475
1475
}
1476
1476
}
1477
1477
1478
- .diff-box .header {
1478
+ .diff-box .header : not ( .resolved-placeholder ) {
1479
1479
display : flex ;
1480
1480
align-items : center ;
1481
1481
1493
1493
}
1494
1494
}
1495
1495
1496
+ .diff-box .resolved-placeholder {
1497
+ display : flex ;
1498
+ align-items : center ;
1499
+
1500
+ .button {
1501
+ padding : 8px 12px ;
1502
+ }
1503
+ }
1504
+
1496
1505
.diff-file-box {
1497
1506
margin-top : 1rem ;
1498
1507
margin-bottom : 1rem ;
@@ -2697,7 +2706,12 @@ tbody.commit-list {
2697
2706
2698
2707
.commit-body {
2699
2708
white-space : pre-wrap ;
2700
- margin : 0 ;
2709
+ }
2710
+
2711
+ .repository :not (.diff ) {
2712
+ .commit-body {
2713
+ margin : 0 ;
2714
+ }
2701
2715
}
2702
2716
2703
2717
.git-notes.top {
You can’t perform that action at this time.
0 commit comments