diff --git a/src/components/HomeSidebar/ArticleSidebar.tsx b/src/components/HomeSidebar/ArticleSidebar.tsx index 040df1c..0d41bc9 100644 --- a/src/components/HomeSidebar/ArticleSidebar.tsx +++ b/src/components/HomeSidebar/ArticleSidebar.tsx @@ -67,21 +67,25 @@ const ArticleSidebar: Component< { id?: string, user: PrimalUser, article: Prima -
- More Reads from {userName(props.article.user)} -
- } > -
- - {(note) => } - -
+ 0} + > +
+ More Reads from {userName(props.article.user)} +
+ +
+ + {(note) => } + +
+
diff --git a/src/pages/Longform.module.scss b/src/pages/Longform.module.scss index de0914e..17a8dd6 100644 --- a/src/pages/Longform.module.scss +++ b/src/pages/Longform.module.scss @@ -16,6 +16,7 @@ flex-direction: column; .userName { + display: flex; color: var(--text-primary); font-size: 14px; font-weight: 700; diff --git a/src/pages/Longform.tsx b/src/pages/Longform.tsx index cff7a7a..c575cc0 100644 --- a/src/pages/Longform.tsx +++ b/src/pages/Longform.tsx @@ -792,16 +792,16 @@ const Longform: Component< { naddr: string } > = (props) => {
- - + +
- {userName(author)} - + {userName(store.article?.user)} +
- +
- {nip05Verification(author)} + {nip05Verification(store.article?.user)}
@@ -839,11 +839,13 @@ const Longform: Component< { naddr: string } > = (props) => { {store.article?.title}
- + 0}> + +
@@ -862,7 +864,8 @@ const Longform: Component< { naddr: string } > = (props) => { + readonly={true} + />