Skip to content

Commit

Permalink
fix: search minimize button overlapping form
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanken committed Nov 6, 2024
1 parent 551bda5 commit dac3225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innverse/core/templates/patterns/pages/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</section>
{{ form.non_field_errors }}
</form>
<div id="header-fold-btn" class="hover:cursor-pointer absolute right-2 bottom-2 text-xs"><i class="inline pointer-events-none" data-feather="chevron-up"></i><span class="uppercase pointer-events-none">Minimize search</span></div>
<div id="header-fold-btn" class="hover:cursor-pointer absolute right-2 {% if request.GET.type %} bottom-2 {% else %} -bottom-2 {% endif %} text-xs"><i class="inline pointer-events-none" data-feather="chevron-up"></i><span class="uppercase pointer-events-none">Minimize search</span></div>
{% if result_count %}
<div class="absolute capitalize font-subheading font-bold text-info bottom-[-2.75rem] right-6 text-sm">Results: {{ result_count|default:"0" }}</div>
{% endif %}
Expand Down

0 comments on commit dac3225

Please sign in to comment.