forked from MarseyWorld/MarseyWorld
fix /notifications/posts padding
parent
47d98d84fa
commit
4c820744ef
|
@ -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 {
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue