diff --git a/src/lib/ui/post/Post.svelte b/src/lib/ui/post/Post.svelte index cca5aac..69f5af2 100644 --- a/src/lib/ui/post/Post.svelte +++ b/src/lib/ui/post/Post.svelte @@ -54,7 +54,7 @@ {/await} {/if} {#if pinned} -

{lang.string('post.pinned')}

+

{lang.string('post.pinned')}

{/if} {#if is_boost && !post_context.text} @@ -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 {