Make highlighted comments align properly
This commit is contained in:
parent
8bd4764183
commit
880c2a1867
|
@ -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:*/}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user