cover: Update /user/USERNAME.

This commit is contained in:
Fabien Basmaison 2021-04-27 20:53:30 +02:00
parent d936417ddb
commit 182c18fe54

View file

@ -36,7 +36,7 @@
{% for book in shelf.books %}
<div class="control">
<a href="{{ book.local_path }}">
{% include 'snippets/book_cover.html' with book=book cover_class='is-h-m' %}
{% include 'snippets/book_cover.html' with book=book cover_class='is-h-m is-h-s-mobile' %}
</a>
</div>
{% endfor %}