fix
parent
1f801a56bb
commit
1cae58f850
|
@ -32,7 +32,7 @@
|
|||
<div class="col-span-full px-2.5 md:px-0">
|
||||
{% if thing %}
|
||||
|
||||
<div class="my-4 p-3 bg-gray-300 border border-gray-400/20 shadow-inner rounded">
|
||||
<div class="my-4 p-3 bg-gray-300 border border-gray-400/40 shadow-inner 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 leading-normal">
|
||||
|
|
Loading…
Reference in New Issue