remotes/1693045480750635534/spooky-22
Aevann1 2021-11-12 20:31:26 +02:00
parent e8f83c8ccc
commit 44c58dfa2e
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@
{% endfor %}
</div>
{% elif replies %}
<div id="morecomment-{{c.id}}" class="d-md-none mt-2 more-comments text-small">
<div id="morecomment-{{c.id}}" class="mt-2 more-comments text-small">
<a {% if v %}href="{{c.permalink}}?context=10#context"{% else %}href="/logged_out{{c.permalink}}?context=10#context"{% endif %}>More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div>
{% endif %}
@ -558,7 +558,7 @@
{% endfor %}
</div>
{% elif replies %}
<div id="morecomment-{{c.id}}" class="d-md-none mt-2 more-comments text-small">
<div id="morecomment-{{c.id}}" class="mt-2 more-comments text-small">
<a {% if v %}href="{{c.permalink}}#context"{% else %}href="/logged_out{{c.permalink}}#context"{% endif %}>More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div>
{% endif %}