Make highlighted comments align properly

This commit is contained in:
Marshall Polaris 2022-08-30 01:58:25 -07:00
parent 8bd4764183
commit 880c2a1867

View File

@ -157,7 +157,7 @@ export function FeedComment(props: {
className={clsx( className={clsx(
'relative flex', 'relative flex',
indent ? 'ml-6' : '', indent ? 'ml-6' : '',
highlighted ? `-m-1 rounded bg-indigo-500/[0.2] p-2` : '' highlighted ? `-m-1.5 rounded bg-indigo-500/[0.2] p-1.5` : ''
)} )}
> >
{/*draw a gray line from the comment to the left:*/} {/*draw a gray line from the comment to the left:*/}