Revert making search buttons smaller

This commit is contained in:
Mark
2025-02-24 12:42:22 +01:00
parent b9d9e45e78
commit 01e1ca2add

View File

@@ -79,7 +79,7 @@
{% else %} {% include 'icons/photo-off.html' %} {% endif %}
<!-- prettier-ignore -->
<button
class="absolute top-0 right-0 rounded-none rounded-bl-md btn-xs btn btn-square items-center justify-center flex {% if book.downloaded or book.already_requested %}btn-ghost bg-success{% else %}btn-info{% endif %}"
class="absolute top-0 right-0 rounded-none rounded-bl-md btn-sm btn btn-square items-center justify-center flex {% if book.downloaded or book.already_requested %}btn-ghost bg-success{% else %}btn-info{% endif %}"
hx-post="/search/request/{{ book.asin }}"
hx-disabled-elt="this"
hx-target="#book-results"