From 6541de4ba12d09f61aac94d71b83c8dae6cf1bf8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 1 Apr 2021 13:02:41 -0700 Subject: [PATCH] Keep book view columns in mobile --- bookwyrm/templates/get_started/books.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/get_started/books.html b/bookwyrm/templates/get_started/books.html index 06f87c3a..ae265122 100644 --- a/bookwyrm/templates/get_started/books.html +++ b/bookwyrm/templates/get_started/books.html @@ -24,11 +24,11 @@
{% csrf_token %}

{% trans "Suggested Books" %}

-
+
{% if book_results %}

Search results

-
+
{% for book in book_results %} {% include 'get_started/book_preview.html' %} {% endfor %} @@ -40,7 +40,7 @@

{% blocktrans %}Popular on {{ site_name }}{% endblocktrans %}

-
+
{% for book in popular_books %} {% include 'get_started/book_preview.html' %} {% endfor %}