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} |         {/await} | ||||||
|     {/if} |     {/if} | ||||||
|     {#if pinned} |     {#if pinned} | ||||||
|         <p class="pinned">{lang.string('post.pinned')}</p> |         <p class="post-context pinned">{lang.string('post.pinned')}</p> | ||||||
|     {/if} |     {/if} | ||||||
|     {#if is_boost && !post_context.text} |     {#if is_boost && !post_context.text} | ||||||
|         <BoostContext post={post_context} /> |         <BoostContext post={post_context} /> | ||||||
|  | @ -89,9 +89,10 @@ | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     .pinned { |     .pinned { | ||||||
|         margin: 1em 1.2em -.2em 1.2em; |         margin: .9em 1.2em .3em 1.2em; | ||||||
|         font-size: .8em; |         font-size: .8em; | ||||||
|         color: var(--accent); |         color: var(--accent); | ||||||
|  |         background-color: inherit; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     .post { |     .post { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue