Fix buttons styles
This commit is contained in:
parent
b1fea98458
commit
0b0a283e64
5 changed files with 41 additions and 17 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue