diff options
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss index f1f08690b..a9e8fbe65 100644 --- a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss +++ b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss @@ -170,12 +170,21 @@ font-style: italic; font-size: 12px; text-align: right; - margin-bottom: 4px; + margin-top: 0px; } } .status__content { - p:nth-last-child(2), pre:nth-last-child(2), blockquote:nth-last-child(2) { + p, pre, blockquote { + margin-top: 1em; margin-bottom: 0px; } + + p:first-child, pre:first-child, blockquote:first-child { + margin-top: 0px; + } + + .status__content__spoiler.status__content__spoiler--visible { + margin-top: 1em; + } } \ No newline at end of file |