mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-02-11 17:10:42 +01:00
Fix issue with card images in mobile view
This commit is contained in:
parent
f27451bb6f
commit
ce825a8612
@ -63,13 +63,11 @@
|
|||||||
<div class="card-content columns">
|
<div class="card-content columns">
|
||||||
{% if toot.card.image %}
|
{% if toot.card.image %}
|
||||||
<div class="column is-one-third">
|
<div class="column is-one-third">
|
||||||
<figure>
|
|
||||||
<a href="{{ toot.card.url }}">
|
<a href="{{ toot.card.url }}">
|
||||||
<img alt="{{ toot.card.title }}"
|
<img alt="{{ toot.card.title }}"
|
||||||
src="{{ toot.card.image }}"
|
src="{{ toot.card.image }}"
|
||||||
class="image is-max-256">
|
class="is-max-256">
|
||||||
</a>
|
</a>
|
||||||
</figure>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="column is-two-thirds">
|
<div class="column is-two-thirds">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user