forked from MarseyWorld/MarseyWorld
fix wall margins
parent
77058d31dc
commit
f5ef9f431a
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
{% if v %}
|
||||
<div id="comment-form-space-{{u.fullname}}" class="comment-write mb-3 mt-4">
|
||||
<div id="comment-form-space-{{u.fullname}}" class="comment-write mb-3 mt-4 px-3 p-md-0">
|
||||
<form id="reply-to-{{u.fullname}}" action="/comment" method="post">
|
||||
<input type="hidden" name="formkey" value="{{v|formkey}}">
|
||||
<input type="hidden" name="parent_fullname" value="p_{{u.id}}">
|
||||
|
@ -75,7 +75,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %}" style="margin-top: 10px;">
|
||||
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %} px-3 p-md-0" style="margin-top: 10px;">
|
||||
|
||||
<div class="col">
|
||||
<div class="comment-section" id="replies-of-{{u.fullname}}">
|
||||
|
|
Loading…
Reference in New Issue