diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0397e3af9..633c80c7d 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5004,7 +5004,7 @@ pre .com, code .com { border-width: 0 0 0.1px 0; border-radius: 0; } - #frontpage .posts .card, #userpage .posts .card, #search .posts .card { + .posts .card { padding: 7px; } #frontpage .posts .card:first-of-type, #userpage .posts .card:first-of-type, #search .posts .card:first-of-type { diff --git a/files/templates/notifications.html b/files/templates/notifications.html index 8d3ce1139..6a236c888 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -60,7 +60,7 @@ {% if request.path == '/notifications/posts' %} {% with listing=notifications %} -
+
{% include "post_listing.html" %}
{% endwith %}