File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,8 @@ footer .ui.left,footer .ui.right{line-height:40px}
417
417
.repository .repo-header .ui .header {margin-top : 0 }
418
418
.repository .repo-header .mega-octicon {width : 30px ;font-size : 30px }
419
419
.repository .repo-header .ui .huge .breadcrumb {font-weight : 400 ;font-size : 1.5rem }
420
+ .repository .repo-header .ui .huge .breadcrumb i .mega-octicon {position : relative;top : 5px }
421
+ .repository .repo-header .ui .huge .breadcrumb i .octicon-lock {margin-left : 5px }
420
422
.repository .repo-header .fork-flag {margin-left : 36px ;margin-top : 3px ;display : block;font-size : 12px ;white-space : nowrap}
421
423
.repository .repo-header .octicon .octicon-repo-forked {margin-top : -1px ;font-size : 15px }
422
424
.repository .repo-header .button {margin-top : 2px ;margin-bottom : 2px }
Original file line number Diff line number Diff line change 20
20
.ui.huge.breadcrumb {
21
21
font-weight : 400 ;
22
22
font-size : 1.5rem ;
23
+
24
+ i .mega-octicon {
25
+ position : relative ;
26
+ top : 5px ;
27
+ }
28
+
29
+ i .octicon-lock {
30
+ margin-left : 5px ;
31
+ }
23
32
}
24
33
25
34
.fork-flag {
Original file line number Diff line number Diff line change 11
11
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
12
12
<div class="divider"> / </div>
13
13
<a href="{{$.RepoLink}}">{{.Name}}</a>
14
+ {{if and .RelAvatarLink .IsPrivate}}<i class="mega-octicon octicon-lock"></i>{{end}}
14
15
{{if .IsArchived}}<i class="archive icon archived-icon"></i>{{end}}
15
16
{{if .IsMirror}}<div class="fork-flag">{{$.i18n.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener noreferrer" href="{{$.Mirror.Address}}">{{$.Mirror.Address}}</a></div>{{end}}
16
17
{{if .IsFork}}<div class="fork-flag">{{$.i18n.Tr "repo.forked_from"}} <a href="{{.BaseRepo.Link}}">{{SubStr .BaseRepo.RelLink 1 -1}}</a></div>{{end}}
You can’t perform that action at this time.
0 commit comments