fix
parent
edb309becf
commit
f1f89144f3
|
@ -25,7 +25,7 @@
|
|||
<div class="col-span-full px-2.5 md:px-0">
|
||||
{% if thing %}
|
||||
|
||||
<div class="my-4 p-3 bg-gray-100 border-gray-300 shadow-sm rounded">
|
||||
<div class="my-4 p-3 bg-gray-100 border-gray-400 shadow-sm rounded">
|
||||
<div class="flex items-center space-x-2 mb-2">
|
||||
<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="block text-base font-bold text-black hover:text-red-600">
|
||||
|
|
Loading…
Reference in New Issue