From feea4f6dc0a093f59385492611bf385c8bc543fd Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 6 May 2019 04:03:35 -0500 Subject: [PATCH] Add line-break-sized padding after lists and blockquotes. --- .../flavours/glitch/styles/components/status.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 4d9f08c1f..0ca167173 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -33,7 +33,7 @@ .status__content__text, .e-content { - h1, h2, h3, h4, h5 { + h1, h2, h3, h4, h5, h6 { margin-top: 20px; margin-bottom: 20px; } @@ -47,7 +47,7 @@ font-size: 16px; } - h3, h4, h5 { + h3, h4, h5, h6 { font-weight: 500; } @@ -58,7 +58,7 @@ white-space: normal; p:last-child { - margin-bottom: 0; + margin-bottom: 20px; } } @@ -81,6 +81,10 @@ p { margin: 0; } + + li:last-child { + margin-bottom: 20px; + } } ul {