adjusting look of comments, y replies no change size

This commit is contained in:
ingawei 2022-10-04 22:52:49 -07:00
parent 1a41619bd5
commit 4ed1ca7e76

View File

@ -112,7 +112,7 @@ export function FeedComment(props: {
ref={commentRef} ref={commentRef}
id={comment.id} id={comment.id}
className={clsx( className={clsx(
'relative gap-1', 'relative',
indent ? 'ml-6' : '', indent ? 'ml-6' : '',
highlighted ? `-m-1.5 rounded bg-indigo-500/[0.2] p-1.5` : '' highlighted ? `-m-1.5 rounded bg-indigo-500/[0.2] p-1.5` : ''
)} )}
@ -170,7 +170,7 @@ export function FeedComment(props: {
)} )}
</div> </div>
<Content <Content
className="text-greyscale-7" className="mt-2 text-[12px] text-gray-700"
content={content || text} content={content || text}
smallImage smallImage
/> />