fix pinned post context

This commit is contained in:
ari melody 2025-07-14 23:57:18 +01:00
parent 2d7c346577
commit 1b25e56d0a
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E

View file

@ -54,7 +54,7 @@
{/await}
{/if}
{#if pinned}
<p class="pinned">{lang.string('post.pinned')}</p>
<p class="post-context pinned">{lang.string('post.pinned')}</p>
{/if}
{#if is_boost && !post_context.text}
<BoostContext post={post_context} />
@ -89,9 +89,10 @@
}
.pinned {
margin: 1em 1.2em -.2em 1.2em;
margin: .9em 1.2em .3em 1.2em;
font-size: .8em;
color: var(--accent);
background-color: inherit;
}
.post {