mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-16 06:12:58 +00:00
Fixes cover layouts in user edit page
This commit is contained in:
parent
c1e2a98f46
commit
6a69bbe4b5
@ -141,7 +141,7 @@
|
|||||||
{% for entry in downloads %}
|
{% for entry in downloads %}
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<a class="pull-left" href="{{ url_for('web.show_book', book_id=entry.id) }}">
|
<a class="pull-left" href="{{ url_for('web.show_book', book_id=entry.id) }}">
|
||||||
<img class="media-object" width="100" src="{{ url_for('web.get_cover', book_id=entry.id) }}" alt="...">
|
<img class="media-object" style="margin:5px;" height="150" src="{{ url_for('web.get_cover', book_id=entry.id) }}" alt="...">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user