remotes/1693045480750635534/spooky-22
kek7198 2021-12-07 18:47:26 -06:00
parent 2b5c10f6d8
commit 0d79089721
1 changed files with 4 additions and 8 deletions

View File

@ -13,9 +13,10 @@
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
Votes
</h1>
<small class="block text-gray-700 leading-normal">
See which losers downvoted your quality content.
</small>
<a href="{{thing.permalink}}" class="block text-xs text-gray-500 hover:text-gray-700">
<i class="fas fa-arrow-left fa-sm fa-fw"></i>
Back to post
</a>
</div>
</div>
</div>
@ -25,11 +26,6 @@
<div class="col-span-full px-2.5 md:px-0">
{% if thing %}
<a href="{{thing.permalink}}" class='block mb-2 text-xs text-gray-500 hover:text-gray-700'>
<i class="fas fa-arrow-left fa-sm fa-fw"></i>
Back to post
</a>
<div class="my-4 p-3 bg-gray-100 border border-gray-300 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"/>