diff --git a/frontend/app/components/comment/__info/comment__info.scss b/frontend/app/components/comment/__info/comment__info.scss index ea521989..84e68506 100644 --- a/frontend/app/components/comment/__info/comment__info.scss +++ b/frontend/app/components/comment/__info/comment__info.scss @@ -2,10 +2,8 @@ display: flex; align-items: center; flex-wrap: wrap; - height: 20px; margin-bottom: 12px; padding-right: 84px; font-size: 14px; - line-height: 20px; position: relative; } diff --git a/frontend/app/components/comment/__score/comment__score.scss b/frontend/app/components/comment/__score/comment__score.scss index 766fd0be..5d43201e 100644 --- a/frontend/app/components/comment/__score/comment__score.scss +++ b/frontend/app/components/comment/__score/comment__score.scss @@ -1,11 +1,12 @@ .comment__score { position: absolute; - top: 4px; + top: 5px; right: 0; min-width: 60px; font-size: 0; font-weight: 700; text-align: right; + line-height: 14px; user-select: none; cursor: default; } diff --git a/frontend/app/components/comment/_collapsed/comment_collapsed.scss b/frontend/app/components/comment/_collapsed/comment_collapsed.scss index 07e7567e..7be0f972 100644 --- a/frontend/app/components/comment/_collapsed/comment_collapsed.scss +++ b/frontend/app/components/comment/_collapsed/comment_collapsed.scss @@ -10,6 +10,7 @@ .comment__info { margin-bottom: 0; opacity: 0.8; + min-height: 20px; } .comment__avatar { width: 20px; @@ -23,6 +24,6 @@ } .comment__score { - top: 2px; + top: 3px; } }