diff --git a/src/components/Note/Note.module.scss b/src/components/Note/Note.module.scss index 235d052..503e863 100644 --- a/src/components/Note/Note.module.scss +++ b/src/components/Note/Note.module.scss @@ -30,7 +30,7 @@ width: 100%; .repostedBy { - padding-bottom: 4px; + padding-bottom: 8px; display: flex; >span { >a { @@ -124,17 +124,17 @@ max-width: 226px; color: var(--text-primary); - font-size: 14px; + font-size: 16px; font-weight: 700; - line-height: 14px; + line-height: 16px; } .time{ display: flex; margin-left: 2px; min-width: fit-content; - font-size: 14px; + font-size: 16px; font-weight: 400; - line-height: 14px; + line-height: 16px; color: var(--text-tertiary); .ellipsisIcon { @@ -152,9 +152,9 @@ overflow: hidden; color: var(--text-tertiary); - font-size: 14px; + font-size: 16px; font-weight: 400; - line-height: 14px; + line-height: 16px; } } @@ -167,7 +167,7 @@ } .repostedBy { - padding-bottom: 4px; + padding-bottom: 8px; display: flex; >span { >a { diff --git a/src/components/Note/NoteHeader/NoteHeader.module.scss b/src/components/Note/NoteHeader/NoteHeader.module.scss index 8b389ae..ab5e507 100644 --- a/src/components/Note/NoteHeader/NoteHeader.module.scss +++ b/src/components/Note/NoteHeader/NoteHeader.module.scss @@ -35,6 +35,7 @@ height: 48px; align-items: flex-start; justify-content: center; + gap: 4px; .verification { max-width: 470px;