diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-17 21:01:22 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-22 01:32:34 -0600 |
commit | d6ced8f053ce6525046cd446c250a8558654f1ad (patch) | |
tree | 5e5613f0ebadfcfe9de66f0426ab87f58519f95d /app | |
parent | 289519310837e662d866efdb4ca747ac28da8461 (diff) |
port glitch-soc@`ed2f0f6` to monsterfork: Fix bottom margin of lists in toots
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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; |