mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 22:30:58 +01:00
fix: align teaser avatar
get rid of left over href
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
{{{ if ./teaser }}}
|
{{{ if ./teaser }}}
|
||||||
<div class="teaser-content text-sm line-clamp-3 text-break">
|
<div class="teaser-content text-sm line-clamp-3 text-break">
|
||||||
<span href="#" class="text-decoration-none">{buildAvatar(./teaser.user, "14px", true)}</span>
|
{buildAvatar(./teaser.user, "14px", true, "align-middle")}
|
||||||
<strong class="text-xs fw-semibold teaser-username">{./teaser.user.username}:</strong>
|
<strong class="text-xs fw-semibold teaser-username">{./teaser.user.username}:</strong>
|
||||||
{./teaser.content}
|
{./teaser.content}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user