From d7b27f037f93e386721a0e43fef0f200c5306b80 Mon Sep 17 00:00:00 2001 From: thislight Date: Wed, 6 Nov 2024 19:38:53 +0800 Subject: [PATCH] RegularToot: adjust retoot hint --- src/timelines/RegularToot.tsx | 6 ++---- src/timelines/toot.module.css | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/timelines/RegularToot.tsx b/src/timelines/RegularToot.tsx index 35809df..8f65cf2 100644 --- a/src/timelines/RegularToot.tsx +++ b/src/timelines/RegularToot.tsx @@ -369,7 +369,6 @@ const RegularToot: Component = (props) => {
- { createRenderEffect(() => { @@ -379,9 +378,8 @@ const RegularToot: Component = (props) => { ); }); }} - >{" "} - boosted - + > + boosts
:first-child { + margin-right: 0.25em; + } } .tootAttachmentGrp {