{% include 'snippets/book_cover.html' with book=status.book %}
- {% include 'snippets/rate_action.html' with book=status.book user=request.user %}
{% include 'snippets/shelve_button.html' with book=status.book %}
diff --git a/bookwyrm/static/css/format.css b/bookwyrm/static/css/format.css index 51aea357..134df44c 100644 --- a/bookwyrm/static/css/format.css +++ b/bookwyrm/static/css/format.css @@ -80,6 +80,7 @@ input.toggle-control:checked ~ .toggle-content { /* --- BOOK COVERS --- */ .cover-container { height: 250px; + width: max-content; } .cover-container.is-medium { height: 150px; diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index 5ce035e7..5e88e137 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -45,7 +45,7 @@
No activities yet!