fix for search boxes

pull/59/head
justcool393 2022-12-11 16:46:44 -06:00
parent 1c5359af2e
commit 29b0c2745f
1 changed files with 1 additions and 5 deletions

View File

@ -97,11 +97,7 @@
{% endif %}
</div>
{% endif %}
</div>
<div class="card-block text-left x-scroll-parent w-100">
<div class="post-meta text-left x-scroll mb-md-2">
<div style="white-space:nowrap;width:0">
@ -306,7 +302,7 @@
{% elif request.path != '/notifications/posts' %}
<div class="row no-gutters">
<div class="col">
{{macros.ghost_box(error, '', 1)}}
{% if request.path.startswith('/search') and error %}{{macros.ghost_box(error, '', 1)}}{% endif %}
</div>
</div>