fix pinned post context
This commit is contained in:
parent
2d7c346577
commit
1b25e56d0a
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue