diff --git a/src/lib/ui/post/BoostContext.svelte b/src/lib/ui/post/BoostContext.svelte index f141a64..689b4bf 100644 --- a/src/lib/ui/post/BoostContext.svelte +++ b/src/lib/ui/post/BoostContext.svelte @@ -1,6 +1,7 @@
- 🔁 + + + { @html lang.string('post.boosted', @@ -42,7 +45,9 @@ } .post-context-icon { - margin-right: 4px; + height: 1em; + margin-right: .1em; + transform: translateY(-.3em); } :global(.post-context a),