Zettat123 2 years ago committed by GitHub
parent c53ad052d8
commit 65fc2d1b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/repo/issue/view_content/pull.tmpl
  2. 2
      web_src/less/_explore.less

@ -13,7 +13,7 @@
{{avatar $.Context .User}} {{avatar $.Context .User}}
</a> </a>
{{end}} {{end}}
<span> <span class="gt-ml-2">
{{if .User}} {{if .User}}
<a href="{{.User.HomeLink}}">{{.User.GetDisplayName}}</a> <a href="{{.User.HomeLink}}">{{.User.GetDisplayName}}</a>
{{else if .Team}} {{else if .Team}}

@ -69,6 +69,7 @@
.ui.user.list { .ui.user.list {
.item { .item {
padding-bottom: 25px; padding-bottom: 25px;
display: flex;
&:not(:first-child) { &:not(:first-child) {
border-top: 1px solid var(--color-secondary); border-top: 1px solid var(--color-secondary);
@ -78,6 +79,7 @@
img.ui.avatar { img.ui.avatar {
width: 40px; width: 40px;
height: 40px; height: 40px;
margin-right: 10px;
} }
.description { .description {

Loading…
Cancel
Save