diff --git a/common/static/scss/_feed.scss b/common/static/scss/_feed.scss
index 6effb372..221fa34b 100644
--- a/common/static/scss/_feed.scss
+++ b/common/static/scss/_feed.scss
@@ -1,4 +1,10 @@
.feed-page {
+ .feed {
+ article {
+ margin-bottom: 0.5em;
+ margin-top: 0.5em;
+ }
+ }
.notifications {
word-break: break-word;
diff --git a/common/static/scss/_post.scss b/common/static/scss/_post.scss
index b39115f3..ab667eb3 100644
--- a/common/static/scss/_post.scss
+++ b/common/static/scss/_post.scss
@@ -3,7 +3,7 @@
word-break: break-word;
margin-bottom: 0.5em;
}
- .cover {
+ .embed-cover {
img {
max-width:6em;
max-height:12em;
diff --git a/social/templates/feed_events.html b/social/templates/feed_events.html
index 8ad7e192..10954854 100644
--- a/social/templates/feed_events.html
+++ b/social/templates/feed_events.html
@@ -70,6 +70,9 @@
{% trans "wrote a note" %}
{% endif %}
+ {% if piece and piece.classname != 'note' %}
+