Postwall - Avatar-Header Formatierung

This commit is contained in:
Alexander Müller 2025-01-01 21:43:05 +01:00
parent 7f1a84656b
commit 611c65c40b
2 changed files with 20 additions and 9 deletions

View file

@ -89,7 +89,7 @@ export async function loadPostwall() {
<div class="post-header">
<img src="${avatar}" alt="${author}" class="avatar">
<div class="post-author">
<strong>${author}</strong>
<span class="post-authorname">${author}</span>
<span class="post-username">${username}</span>
</div>
<span class="post-timestamp">${timeAgo}</span>