fix /notifications/posts padding

pull/200/head
Aevann 2023-09-08 23:14:54 +03:00
parent 47d98d84fa
commit 4c820744ef
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -60,7 +60,7 @@
{% if request.path == '/notifications/posts' %}
{% with listing=notifications %}
<div class="mt-4">
<div class="mt-4 posts">
{% include "post_listing.html" %}
</div>
{% endwith %}