parent
03db9807d7
commit
8709d74c3e
2 changed files with 12 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue