Browse Source

Updates size of filters panel label

Ross Chapman 9 months ago
parent
commit
a4172214d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bookwyrm/views/shelf/shelf.py

+ 1 - 0
bookwyrm/views/shelf/shelf.py

@@ -113,6 +113,7 @@ class Shelf(View):
                 page.number, on_each_side=2, on_ends=1
             ),
             "shelves_filter_query": shelves_filter_query,
+            "size": "small",
         }
 
         return TemplateResponse(request, "shelf/shelf.html", data)