chore: larger dropdown size for mobile devices

This commit is contained in:
Dustin Steiner 2023-01-30 14:40:33 +00:00
parent d0a0851123
commit f4cde843c0
No known key found for this signature in database
GPG key ID: 918D51522D8CB8F2

View file

@ -7,5 +7,5 @@
{% endblock %}
{% block dropdown-list %}
{% include 'snippets/shelve_button/shelve_button_dropdown_options.html' with active_shelf=active_shelf shelves=user_shelves dropdown=True class="shelf-option is-fullwidth is-small is-radiusless has-background-body" %}
{% include 'snippets/shelve_button/shelve_button_dropdown_options.html' with active_shelf=active_shelf shelves=user_shelves dropdown=True class="shelf-option is-fullwidth is-small is-size-6-mobile is-radiusless has-background-body" %}
{% endblock %}