Skip to content

Commit 7a16865

Browse files
committed
fix: Show favourites and reposts next to each other in Mastodon sidebar
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent bed6992 commit 7a16865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/mastodon-feed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tootTemplate.innerHTML = `
88
<div class="pf-v6-l-flex pf-m-gap-sm pf-m-align-items-center pf-v6-u-font-size-xs pf-v6-u-text-color-subtle">
99
<img data-slot="avatar" style="width: 1rem; height: 1rem; border-radius: 50%;" />
1010
<span data-slot="timestamp"></span>
11-
<span data-slot="stats"></span>
11+
<span class="pf-v6-l-flex pf-m-gap-sm pf-m-align-items-center" data-slot="stats"></span>
1212
</div>
1313
</a>`;
1414

0 commit comments

Comments
 (0)