From c9d79088d8423478ea9a8083b64a601e2feca510 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 29 Feb 2024 17:24:34 +0300 Subject: [PATCH 1/2] Fix link border bottom color --- src/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index ad7a13ef..d563840e 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -204,7 +204,7 @@ a:hover, a:visited, a:link, .link { - border-bottom: 2px solid rgb(0 0 0 / 30%); + border-bottom: 2px solid var(--link-color); text-decoration: none; cursor: pointer; } From 72cb6325d9f14ec5bb96d093786605b2e553ebda Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 29 Feb 2024 17:33:17 +0300 Subject: [PATCH 2/2] Fix comments date in Feed page --- .../Article/CommentDate/CommentDate.module.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/Article/CommentDate/CommentDate.module.scss b/src/components/Article/CommentDate/CommentDate.module.scss index 7f27ffaf..20410cce 100644 --- a/src/components/Article/CommentDate/CommentDate.module.scss +++ b/src/components/Article/CommentDate/CommentDate.module.scss @@ -2,15 +2,16 @@ @include font-size(1.2rem); color: var(--secondary-color); - align-items: center; - align-self: center; + //align-self: center; display: flex; + align-items: flex-start; + justify-content: flex-start; + flex-direction: column; + gap: .5rem; flex: 1; flex-wrap: wrap; font-size: 1.2rem; - justify-content: flex-start; - margin: 0 1rem; - height: 1.6rem; + margin-bottom: .5rem; .date { font-weight: 500;