mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-02-06 19:13:19 +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">
|
||||
{% if toot.card.image %}
|
||||
<div class="column is-one-third">
|
||||
<figure>
|
||||
<a href="{{ toot.card.url }}">
|
||||
<img alt="{{ toot.card.title }}"
|
||||
src="{{ toot.card.image }}"
|
||||
class="image is-max-256">
|
||||
class="is-max-256">
|
||||
</a>
|
||||
</figure>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="column is-two-thirds">
|
||||
|
Loading…
x
Reference in New Issue
Block a user