mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 12:16:54 +02:00
fix: align-center user and name on post queue
This commit is contained in:
@@ -100,9 +100,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{{{ end }}}
|
{{{ end }}}
|
||||||
</div>
|
</div>
|
||||||
<div class="small">
|
<div class="text-sm lh-1">
|
||||||
{{{ if posts.user.userslug}}}
|
{{{ 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 }}}
|
{{{ else }}}
|
||||||
{posts.user.username}
|
{posts.user.username}
|
||||||
{{{ end }}}
|
{{{ end }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user