Loading Changelog.md +1 −0 Original line number Diff line number Diff line # 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) Loading app/assets/stylesheets/stream_element.scss +11 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
Changelog.md +1 −0 Original line number Diff line number Diff line # 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) Loading
app/assets/stylesheets/stream_element.scss +11 −1 Original line number Diff line number Diff line Loading @@ -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; Loading