diff --git a/fedireads/static/format.css b/fedireads/static/format.css index 34a735a6..b47ac9c8 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -178,6 +178,17 @@ ul.menu a { flex-grow: 0; width: max-content; } +.row.wrap { + flex-wrap: wrap; +} + +.book-grid .book-cover { + height: 11em; + width: auto; +} +.book-grid > * { + margin-bottom: 2em; +} .follow-requests .row { margin-bottom: 0.5em; diff --git a/fedireads/templates/books.html b/fedireads/templates/books.html new file mode 100644 index 00000000..4b42b460 --- /dev/null +++ b/fedireads/templates/books.html @@ -0,0 +1,17 @@ +{% extends 'layout.html' %} +{% load fr_display %} +{% block content %} +