mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-07-14 03:15:13 +02:00
[Chrome] unnötiges <br> entfernt
This commit is contained in:
parent
402183f8d5
commit
7f1a84656b
1 changed files with 1 additions and 1 deletions
|
@ -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><br>
|
||||
<strong>${author}</strong>
|
||||
<span class="post-username">${username}</span>
|
||||
</div>
|
||||
<span class="post-timestamp">${timeAgo}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue