mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-15 01:02:47 +02:00
fix: overflow on long content list tiles
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
</figure>
|
</figure>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="flex justify-between space-x-2">
|
|
||||||
<h2 class="card-title truncate">
|
<h2 class="card-title truncate">
|
||||||
{% if text_content.url_info %}
|
{% if text_content.url_info %}
|
||||||
{{text_content.url_info.title}}
|
{{text_content.url_info.title}}
|
||||||
@@ -18,7 +17,6 @@
|
|||||||
{{text_content.text}}
|
{{text_content.text}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<p class="text-xs opacity-60">
|
<p class="text-xs opacity-60">
|
||||||
{{ text_content.created_at | datetimeformat(format="short", tz=user.timezone) }}
|
{{ text_content.created_at | datetimeformat(format="short", tz=user.timezone) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user