From b082c2a82f7c4433f8406a7cff9b451130a7ae55 Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Wed, 15 Jan 2020 11:18:15 +0300 Subject: [PATCH] Fix * fix score position * add margin before bloquote if it is placed after text --- frontend/app/components/comment/__score/comment__score.scss | 2 +- frontend/app/components/raw-content/raw-content.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/comment/__score/comment__score.scss b/frontend/app/components/comment/__score/comment__score.scss index 5d43201e..7c4c9f7e 100644 --- a/frontend/app/components/comment/__score/comment__score.scss +++ b/frontend/app/components/comment/__score/comment__score.scss @@ -6,7 +6,7 @@ font-size: 0; font-weight: 700; text-align: right; - line-height: 14px; + line-height: 16px; user-select: none; cursor: default; } diff --git a/frontend/app/components/raw-content/raw-content.scss b/frontend/app/components/raw-content/raw-content.scss index dbe2e1a2..5f953e0e 100644 --- a/frontend/app/components/raw-content/raw-content.scss +++ b/frontend/app/components/raw-content/raw-content.scss @@ -4,6 +4,7 @@ p { margin: 0; + + blockquote, + p { margin-top: 8px; }