Fix buttons styles

This commit is contained in:
Joachim
2021-04-21 22:32:14 +02:00
parent b1fea98458
commit 0b0a283e64
5 changed files with 41 additions and 17 deletions

View File

@ -3,8 +3,8 @@
{% load bookwyrm_tags %}
{% block dropdown-trigger %}
<span class="icon icon-dots-three"></span>
<span>{% trans "More options" %}</span>
<span class="icon icon-dots-three m-0-mobile"></span>
<span class="is-sr-only-mobile">{% trans "More options" %}</span>
{% endblock %}
{% block dropdown-list %}