mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Updates size of filters panel label
This commit is contained in:
parent
fb36958444
commit
a4172214d1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue