diff --git a/Changelog.md b/Changelog.md index a9a691456..c5e3e9dc3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # 0.6.3.0 ## Refactor +* Increase the spacing above and below post contents [#7267](https://github.com/diaspora/diaspora/pull/7267) ## Bug fixes * Fix background color of year on notifications page with dark theme [#7263](https://github.com/diaspora/diaspora/pull/7263) diff --git a/app/assets/stylesheets/stream_element.scss b/app/assets/stylesheets/stream_element.scss index 317c8db7e..46352526c 100644 --- a/app/assets/stylesheets/stream_element.scss +++ b/app/assets/stylesheets/stream_element.scss @@ -96,7 +96,17 @@ font-size: $font-size-small; line-height: $font-size-small; } - .post-content p:last-of-type { margin-bottom: 0; } + + .post-content { + .markdown-content { + padding: .8em 0 .4em; + } + + p:last-of-type { + margin-bottom: 0; + } + } + .nsfw-shield { color: $text-grey; padding: 5px 10px;