diff --git a/bookwyrm/static/css/format.css b/bookwyrm/static/css/format.css
index b0e9ec2b..ab124038 100644
--- a/bookwyrm/static/css/format.css
+++ b/bookwyrm/static/css/format.css
@@ -79,9 +79,12 @@ input.toggle-control:checked ~ .toggle-content {
/* --- BOOK COVERS --- */
+.cover-container {
+ height: 250px;
+}
.book-cover {
- width: 10em;
- height: auto;
+ height: 100%
+ object-fit: scale-down;
}
.no-cover {
position: relative;
diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html
index caa4167d..dc0500de 100644
--- a/bookwyrm/templates/book.html
+++ b/bookwyrm/templates/book.html
@@ -87,10 +87,12 @@
{% endif %}
-{% for review in reviews %}
-
- {% include 'snippets/status.html' with status=review hide_book=True depth=1 %}
+
+ {% for review in reviews %}
+
+ {% include 'snippets/status.html' with status=review hide_book=True depth=1 %}
+
+ {% endfor %}
-{% endfor %}
{% endblock %}
diff --git a/bookwyrm/templates/editions.html b/bookwyrm/templates/editions.html
index 535e651e..40881a48 100644
--- a/bookwyrm/templates/editions.html
+++ b/bookwyrm/templates/editions.html
@@ -1,18 +1,29 @@
{% extends 'layout.html' %}
{% load fr_display %}
{% block content %}
-
-
-
+
+
+
+
+
+
+
+
+ {% endif %}
+
{% endfor %}
-
+
+
{% endblock %}
diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html
index 78832695..5c15c4f8 100644
--- a/bookwyrm/templates/feed.html
+++ b/bookwyrm/templates/feed.html
@@ -9,7 +9,7 @@
{% endfor %}
-