diff --git a/common/static/scss/_feed.scss b/common/static/scss/_feed.scss index 67ca5706..d21a6362 100644 --- a/common/static/scss/_feed.scss +++ b/common/static/scss/_feed.scss @@ -12,7 +12,7 @@ } } - section { + > section { margin-bottom: var(--pico-spacing); display: grid; grid-template-columns: auto 1fr; diff --git a/social/templates/activity/comment_child_item.html b/social/templates/activity/comment_child_item.html index c048b3d2..ac86729f 100644 --- a/social/templates/activity/comment_child_item.html +++ b/social/templates/activity/comment_child_item.html @@ -12,16 +12,6 @@ {% wish_item_action activity.action_object.item.parent_item as action %} {% like_piece_action activity.action_object as like_action %} - - {% liked_piece activity.action_object as liked %} - {% include 'like_stats.html' with liked=liked piece=activity.action_object %} - - - - {% if activity.action_object.item.class_name == 'podcastepisode' %} {% endif %} + - + + {% if activity.action_object.latest_post %} + {% include "action_reply_piece.html" with post=activity.action_object.latest_post piece=activity.action_object %} + {% include "action_like_post.html" with post=activity.action_object.latest_post %} + {% include "action_boost_post.html" with post=activity.action_object.latest_post %} + {% include "action_open_post.html" with post=activity.action_object.latest_post %} + {% endif %}