cover: tweak styles:
- `optimizeQuality` > `smooth` (CSS language evolution) - Use `auto` instead of a fixed width. - Add exceptions for heights and apply them to some previously modified templates. - Remove `is-large` exception. - Widen the content column on list curation.
This commit is contained in:
@ -6,9 +6,6 @@
|
||||
<figure
|
||||
class="
|
||||
cover-container
|
||||
is-clipped
|
||||
is-flex
|
||||
is-align-items-center
|
||||
{{ cover_class }}
|
||||
|
||||
{% if not book.cover %}
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div class="columns is-mobile">
|
||||
<div class="column is-narrow">
|
||||
<div>
|
||||
<a href="{{ book.local_path }}">{% include 'snippets/book_cover.html' with book=book cover_class='is-small' %}</a>
|
||||
<a href="{{ book.local_path }}">{% include 'snippets/book_cover.html' with book=book cover_class='is-h-small' %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
|
Reference in New Issue
Block a user