fix forward notification styling

This commit is contained in:
keyan 2023-08-28 08:22:51 -05:00
parent 4a0e615d7d
commit f1ad321857
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ function Votification ({ n }) {
} }
return ( return (
<> <>
<small className='fw-bold text-success ms-2'> <small className='fw-bold text-success d-inline-block ms-2 my-1' style={{ lineHeight: '1.25' }}>
your {n.item.title ? 'post' : 'reply'} stacked {numWithUnits(n.earnedSats, { abbreviate: false })} your {n.item.title ? 'post' : 'reply'} stacked {numWithUnits(n.earnedSats, { abbreviate: false })}
{n.item.forwards?.length > 0 && {n.item.forwards?.length > 0 &&
<> <>