Make delete network button smaller

This commit is contained in:
Mark Veidemanis 2022-08-15 17:26:36 +01:00
parent 9d125de999
commit c9fe1f0b73
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
hx-delete="{% url 'threshold_irc_network_del' key %}"
hx-target="#networks"
hx-swap="outerHTML"
class="button is-danger">
class="button is-small is-danger">
<span class="icon" data-tooltip="Delete">
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
</span>