mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-18 11:59:47 -06:00
Revert making search buttons smaller
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user