From 182c18fe542e50f707cf70f17b4ab7e086e879a7 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Tue, 27 Apr 2021 20:53:30 +0200 Subject: [PATCH] cover: Update /user/USERNAME. --- bookwyrm/templates/user/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index 444385fe..a97d26ab 100644 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -36,7 +36,7 @@ {% for book in shelf.books %}
- {% 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' %}
{% endfor %}