From faab37a53bd28c6b7a72323737e48f1742cbcd0c Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 14 Jul 2025 19:21:56 +0100 Subject: [PATCH] replace boost emoji with boost icon --- src/lib/ui/post/BoostContext.svelte | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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),