From 489c8276730d2414cc61e666af35929d58d7fa9a Mon Sep 17 00:00:00 2001 From: Joachim Date: Tue, 28 Dec 2021 10:29:35 +0100 Subject: [PATCH] fix sizes --- bookwyrm/templates/annual_summary/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/annual_summary/layout.html b/bookwyrm/templates/annual_summary/layout.html index ebcf72435..7fa11a2b2 100644 --- a/bookwyrm/templates/annual_summary/layout.html +++ b/bookwyrm/templates/annual_summary/layout.html @@ -235,14 +235,14 @@ {% for book in books %} {% if book.id in best_ratings_books_ids %} - {% include 'snippets/book_cover.html' with book=book cover_class='is-w-auto' %} + {% include 'snippets/book_cover.html' with book=book cover_class='is-w-auto' size='xxlarge' %} {{ book.title }} {% else %} - {% include 'snippets/book_cover.html' with book=book cover_class='is-w-auto' %} + {% include 'snippets/book_cover.html' with book=book cover_class='is-w-auto' size='large' %} {{ book.title }}