forked from rDrama/rDrama
1
0
Fork 0

fix /notifications/posts padding

master
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-width: 0 0 0.1px 0;
border-radius: 0; border-radius: 0;
} }
#frontpage .posts .card, #userpage .posts .card, #search .posts .card { .posts .card {
padding: 7px; padding: 7px;
} }
#frontpage .posts .card:first-of-type, #userpage .posts .card:first-of-type, #search .posts .card:first-of-type { #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' %} {% if request.path == '/notifications/posts' %}
{% with listing=notifications %} {% with listing=notifications %}
<div class="mt-4"> <div class="mt-4 posts">
{% include "post_listing.html" %} {% include "post_listing.html" %}
</div> </div>
{% endwith %} {% endwith %}