From c27e50df65e4a4ade86f86542df12f88fe9789b6 Mon Sep 17 00:00:00 2001 From: Kostiantyn Stoliarskyi Date: Fri, 23 Jun 2023 10:59:38 +0300 Subject: [PATCH] fix mobile and explore books --- app/templates/book/collection_view.html | 10 ++--- app/templates/home/explore_books.html | 55 ++++++++++++++++++++++++- 2 files changed, 58 insertions(+), 7 deletions(-) diff --git a/app/templates/book/collection_view.html b/app/templates/book/collection_view.html index eb36824..6c6588c 100644 --- a/app/templates/book/collection_view.html +++ b/app/templates/book/collection_view.html @@ -132,9 +132,7 @@ {% endif %} -
+

+ class="text-sm md:text-[2rem] inline font-extrabold dark:text-white w-10/12 break-words"> {{book.label}}

-
+
+ {% if current_user.is_authenticated and page.pages > 1 %} +
+ +
+ {% endif %}
{% endblock %}