forked from mirrors/bookwyrm
Consistent button sizing in status footer
This commit is contained in:
parent
53e34cf7de
commit
5c6aed1b0e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
{% if status.user == request.user %}
|
{% if status.user == request.user %}
|
||||||
<div class="card-footer-item">
|
<div class="card-footer-item">
|
||||||
<label class="button" for="more-info-{{ status.id }}">
|
<label class="button" for="more-info-{{ status.id }}">
|
||||||
<div class="icon icon-dots-three">
|
<div class="icon icon-dots-three is-small">
|
||||||
<span class="is-sr-only">More options</span>
|
<span class="is-sr-only">More options</span>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in a new issue