<div class="ui middle aligned divided list">
{{range .Repos}}
<div class="item">
- <div class="content">
+ <div class="content flex-text-block">
{{if .IsPrivate}}
- {{svg "octicon-lock" 16 "tw-mr-1 iconFloat text gold"}}
+ {{svg "octicon-lock" 16 "text gold"}}
{{else if .IsFork}}
- {{svg "octicon-repo-forked" 16 "tw-mr-1 iconFloat"}}
+ {{svg "octicon-repo-forked"}}
{{else if .IsMirror}}
- {{svg "octicon-mirror" 16 "tw-mr-1 iconFloat"}}
+ {{svg "octicon-mirror"}}
{{else if .IsTemplate}}
- {{svg "octicon-repo-template" 16 "tw-mr-1 iconFloat"}}
+ {{svg "octicon-repo-template"}}
{{else}}
- {{svg "octicon-repo" 16 "tw-mr-1 iconFloat"}}
+ {{svg "octicon-repo"}}
{{end}}
<a class="name" href="{{.Link}}">{{.OwnerName}}/{{.Name}}</a>
<span>{{FileSize .Size}}</span>