Increase the spacing above and below post contents

closes #7267
This commit is contained in:
Dennis Schubert 2017-01-03 22:27:52 +01:00 committed by Benjamin Neff
parent 03db9807d7
commit 8709d74c3e
2 changed files with 12 additions and 1 deletions

View file

@ -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)

View file

@ -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;