mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-06 00:08:06 +00:00
Fixed typo and column size for LG screens
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
{% for entry in entries %}
|
||||
<div id="{{entry.id}}" class="list-group-item">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-4 hidden-xs">
|
||||
<img class="cover-heigh" src="{{ url_for('web.get_cover', book_id=entry.id) }}">
|
||||
<div class="col-lg-2 col-sm-4 hidden-xs">
|
||||
<img class="cover-height" src="{{ url_for('web.get_cover', book_id=entry.id) }}">
|
||||
</div>
|
||||
<div class="col-lg-8 col-sm-8 col-xs-12">
|
||||
<div class="col-lg-10 col-sm-8 col-xs-12">
|
||||
{{entry.title}}
|
||||
{% if entry.series|length > 0 %}
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user