remove tabs and linefeeds

pull/225/head
Aevann 2024-03-03 03:53:02 +02:00
parent 03df793851
commit a99335f6c3
6 changed files with 5 additions and 7 deletions

View File

@ -89,7 +89,7 @@
<button type="submit" class="btn btn-{{pcolor}} text-{{pcolor}} mx-2"><i type="submit" class="fas fas fa-thumbtack fa-rotate--45 mr-2"></i>Pins</button>
</form>
{{- macros.time_filter_buttons() -}}
{{- macros.time_filter_buttons() -}}
{{- macros.sorting_buttons(POST_SORTS, True) -}}
</div>
{% endblock %}

View File

@ -7,7 +7,7 @@
{% block content %}
<div class="d-flex justify-content-between align-items-center mt-1 mb-2">
<div class="d-flex px-2 align-items-center mt-4">
{{- macros.time_filter_buttons() -}}
{{- macros.time_filter_buttons() -}}
{{- macros.sorting_buttons(COMMENT_SORTS) -}}
</div>
</div>

View File

@ -305,7 +305,7 @@
<div class="row border-md-0 comment-section pb-3">
<div class="col border-top">
<div class="comments-count py-3">
{{- macros.sorting_buttons(COMMENT_SORTS, True) -}}
{{- macros.sorting_buttons(COMMENT_SORTS, True) -}}
</div>
{{macros.comment_reply_box(p.fullname, 'comment-reply-' + p.fullname, subwrapper_css_classes='mb-3', enable_cancel_button=false)}}

View File

@ -49,7 +49,7 @@
</div>
<div class="comments-count py-3">
{{- macros.sorting_buttons(COMMENT_SORTS, True) -}}
{{- macros.sorting_buttons(COMMENT_SORTS, True) -}}
</div>
<div class="comment-section">

View File

@ -1,4 +1,3 @@
{% if v %}
{% include "modals/award.html" %}
{% endif %}

View File

@ -29,9 +29,8 @@
</div>
{% if u.is_visible_to(v) and "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
<div class="d-flex align-items-center">
{{- macros.time_filter_buttons() -}}
{{- macros.time_filter_buttons() -}}
{% if "/posts" in request.path %}
{{- macros.sorting_buttons(POST_SORTS) -}}
{% else %}