Skip to content

Commit d9c97d9

Browse files
committed
adjust card avatar size
1 parent e470d00 commit d9c97d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

templates/repo/issue/card.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<div class="tw-flex-1"></div>
7272
<div class="issue-card-assignees">
7373
{{range .Assignees}}
74-
<a target="_blank" href="{{.HomeLink}}" data-tooltip-content="{{ctx.Locale.Tr "repo.projects.column.assigned_to"}} {{.Name}}">{{ctx.AvatarUtils.Avatar . 28}}</a>
74+
<a target="_blank" href="{{.HomeLink}}" data-tooltip-content="{{ctx.Locale.Tr "repo.projects.column.assigned_to"}} {{.Name}}">{{ctx.AvatarUtils.Avatar . 24}}</a>
7575
{{end}}
7676
</div>
7777
</div>

web_src/css/repo/issue-card.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
display: flex;
3030
width: 100%;
3131
flex-wrap: wrap;
32-
gap: 0.25em;
32+
gap: 0.5em 0.25em;
33+
align-items: center;
3334
}
3435

3536
.issue-card-assignees {

0 commit comments

Comments
 (0)