From e255dd105dbc7ba034fb92383cd0f46bd5b66058 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Wed, 7 Feb 2024 18:07:09 +0100 Subject: [PATCH] Fix cutoff in header and change link preview font size --- src/components/LinkPreview/LinkPreview.module.scss | 3 ++- src/components/Note/NoteHeader/NoteHeader.module.scss | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/LinkPreview/LinkPreview.module.scss b/src/components/LinkPreview/LinkPreview.module.scss index bd5dc04..d08b7fe 100644 --- a/src/components/LinkPreview/LinkPreview.module.scss +++ b/src/components/LinkPreview/LinkPreview.module.scss @@ -2,7 +2,7 @@ width: 100%; text-decoration: none; color: var(--text-tertiary); - font-size: 15px; + font-size: 14px; font-weight: 400; line-height: 20px; overflow: hidden; @@ -74,6 +74,7 @@ } .previewTitle { + font-weight: 700; color: var(--text-primary); } diff --git a/src/components/Note/NoteHeader/NoteHeader.module.scss b/src/components/Note/NoteHeader/NoteHeader.module.scss index 26452a8..1cd0c1d 100644 --- a/src/components/Note/NoteHeader/NoteHeader.module.scss +++ b/src/components/Note/NoteHeader/NoteHeader.module.scss @@ -31,13 +31,12 @@ display: flex; flex-direction: column; font-size: 16px; - line-height: 17px; + line-height: 18px; font-weight: 400; height: 48px; align-items: flex-start; - justify-content: space-around; + justify-content: center; gap: 2px; - // padding-bottom: 4px; .verification { max-width: 470px;