Icon-only link display on mobile for text links

This commit is contained in:
Mouse Reeve
2021-06-14 15:55:26 -07:00
parent fe2309f0bc
commit a82bf99bd6
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
<div class="column is-narrow">
<a href="{{ book.id }}/edit">
<span class="icon icon-pencil" title="{% trans "Edit Book" %}" aria-hidden=True></span>
<span>{% trans "Edit Book" %}</span>
<span class="is-hidden-mobile">{% trans "Edit Book" %}</span>
</a>
</div>
{% endif %}