Fix avatar icon size at blob view

This commit is contained in:
Naoki Takezoe
2018-09-24 02:19:30 +09:00
parent 7353da674d
commit 96f8716417

View File

@@ -55,8 +55,8 @@
<span class="label label-info">LFS</span>
}
</div>
<div class="box-header">
@helpers.avatarLink(latestCommit, 28)
<div class="box-header" style="line-height: 28px;">
@helpers.avatarLink(latestCommit, 20)
@helpers.user(latestCommit.authorName, latestCommit.authorEmailAddress, "username strong")
<span class="muted">@gitbucket.core.helper.html.datetimeago(latestCommit.commitTime)</span>
<span class="label label-default">@helpers.readableSize(content.size)</span>