We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed6992 commit 7a16865Copy full SHA for 7a16865
1 file changed
assets/js/mastodon-feed.js
@@ -8,7 +8,7 @@ tootTemplate.innerHTML = `
8
<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">
9
<img data-slot="avatar" style="width: 1rem; height: 1rem; border-radius: 50%;" />
10
<span data-slot="timestamp"></span>
11
- <span data-slot="stats"></span>
+ <span class="pf-v6-l-flex pf-m-gap-sm pf-m-align-items-center" data-slot="stats"></span>
12
</div>
13
</a>`;
14
0 commit comments