Commit 8709d74c authored by Dennis Schubert's avatar Dennis Schubert Committed by Benjamin Neff
Browse files

Increase the spacing above and below post contents

closes #7267
parent 03db9807
Loading
Loading
Loading
Loading
+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)
+11 −1
Original line number Diff line number Diff line
@@ -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;