We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ceb01 commit 9b529ceCopy full SHA for 9b529ce
templates/explore/users.tmpl
@@ -8,7 +8,7 @@
8
{{range .Users}}
9
<div class="item">
10
{{avatar $.Context .}}
11
- <div class="content gt-dib gt-vm gt-pl-3">
+ <div class="content">
12
<span class="header"><a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}</span>
13
<div class="description">
14
{{if .Location}}
web_src/less/_explore.less
@@ -69,6 +69,7 @@
69
.ui.user.list {
70
.item {
71
padding-bottom: 25px;
72
+ display: flex;
73
74
&:not(:first-child) {
75
border-top: 1px solid var(--color-secondary);
@@ -78,8 +79,7 @@
78
79
img.ui.avatar {
80
width: 40px;
81
height: 40px;
- display: inline-block;
82
- vertical-align: top;
+ margin-right: 10px;
83
}
84
85
.description {
0 commit comments