From 4c820744ef4bf0b6c984133b1683cde2d8ec78e4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 8 Sep 2023 23:14:54 +0300 Subject: [PATCH] fix /notifications/posts padding --- files/assets/css/main.css | 2 +- files/templates/notifications.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}