Mobile-friendly edit button on link domains

This commit is contained in:
Mouse Reeve 2022-01-17 08:17:36 -08:00
parent b9fde85b49
commit e12372250a

View file

@ -42,7 +42,7 @@
<div class="column is-narrow">
<button type="button" class="button" data-modal-open="{{ domain_modal }}">
<span class="icon icon-pencil m-0-mobile" aria-hidden="treu"></span>
<span>{% trans "Set display name" %}</span>
<span class="is-sr-only-mobile">{% trans "Set display name" %}</span>
</button>
</div>
</div>