mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-09 05:59:31 +02:00
fix: align-center user and name on post queue
This commit is contained in:
@@ -100,9 +100,9 @@
|
||||
</div>
|
||||
{{{ end }}}
|
||||
</div>
|
||||
<div class="small">
|
||||
<div class="text-sm lh-1">
|
||||
{{{ if posts.user.userslug}}}
|
||||
<a class="text-decoration-none" href="{config.relative_path}/uid/{posts.user.uid}">{buildAvatar(posts.user, "24px", true, "not-responsive")} {posts.user.username}</a>
|
||||
<a class="text-decoration-none d-flex align-items-center gap-1" href="{config.relative_path}/uid/{posts.user.uid}">{buildAvatar(posts.user, "24px", true, "not-responsive")} {posts.user.username}</a>
|
||||
{{{ else }}}
|
||||
{posts.user.username}
|
||||
{{{ end }}}
|
||||
|
||||
Reference in New Issue
Block a user