{{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}}
{{.OwnerName}}/{{.Name}}
{{FileSize .Size}}
diff --git a/web_src/css/user.css b/web_src/css/user.css
index af8a2f5adc..caabf1834c 100644
--- a/web_src/css/user.css
+++ b/web_src/css/user.css
@@ -77,10 +77,6 @@
padding-bottom: 5px;
}
-.user.settings .iconFloat {
- float: left;
-}
-
.user-orgs {
display: flex;
flex-flow: row wrap;