forked from MarseyWorld/MarseyWorld
fix
parent
89633da44e
commit
39e6fa1bb0
|
@ -26,11 +26,14 @@
|
|||
{% if thing %}
|
||||
|
||||
<div class="my-4 p-3 bg-gray-300 border-gray-400/40 shadow-inner rounded">
|
||||
<div class="flex items-center">
|
||||
<img loading="lazy" src="{{thing.author.profile_url}}" class="flex-shrink-0 p-[3px] border w-12 h-12 object-cover bg-white border-gray-300" alt="{{thing.author.profile_url}} avatar"/>
|
||||
<div class="flex items-center space-x-1">
|
||||
<img loading="lazy" src="{{thing.author.profile_url}}" class="flex-shrink-0 p-[3px] border w-8 h-8 object-cover bg-white border-gray-300" alt="{{thing.author.profile_url}} avatar"/>
|
||||
<a href="{{thing.author.url}}" class="text-sm font-bold text-black hover:text-red-600">
|
||||
@{{thing.author.username}}
|
||||
</a>
|
||||
<span>
|
||||
{{thing.author.created_utc}}
|
||||
</span>
|
||||
</div>
|
||||
<h5 class="font-heading mb-2">
|
||||
{{ thing.title }}
|
||||
|
|
Loading…
Reference in New Issue