diff --git a/src/apps/feed/components/post/index.tsx b/src/apps/feed/components/post/index.tsx index 87db16294..9fc66ecc3 100644 --- a/src/apps/feed/components/post/index.tsx +++ b/src/apps/feed/components/post/index.tsx @@ -188,6 +188,8 @@ export const Post = ({ {/* @ts-ignore */} {nickname} + + {variant === 'default' && } {author && ( <> @@ -200,7 +202,6 @@ export const Post = ({ } - options={variant === 'default' && } actions={ isMeowsEnabled && ( diff --git a/src/apps/feed/components/post/styles.module.scss b/src/apps/feed/components/post/styles.module.scss index b989dc5ed..6cc0c00ed 100644 --- a/src/apps/feed/components/post/styles.module.scss +++ b/src/apps/feed/components/post/styles.module.scss @@ -73,9 +73,22 @@ } .Name { + display: flex; + gap: 4px; + align-items: center; + font-size: 14px !important; font-weight: 600; line-height: 14px; + + .Date, + span { + font-weight: 400; + } + + .Date { + font-size: 12px; + } } .UserName {