From d6ced8f053ce6525046cd446c250a8558654f1ad Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 17 Jun 2019 21:01:22 +0200 Subject: port glitch-soc@`ed2f0f6` to monsterfork: Fix bottom margin of lists in toots --- app/javascript/flavours/glitch/styles/components/status.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/javascript') diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 9e51d9aef..8129c2928 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -35,6 +35,12 @@ .status__content__text, .e-content { + + & > ul, + & > ol { + margin-bottom: 20px; + } + h1, h2, h3, h4, h5, h6 { margin-top: 20px; margin-bottom: 20px; -- cgit