master
kek7198 2021-12-28 19:19:37 -06:00
parent ed49569502
commit c2ec5d8b8d
1 changed files with 10 additions and 8 deletions

View File

@ -121,14 +121,16 @@
<button data-bs-toggle="modal" data-bs-target="#expandImageModal" data-bs-url="{{ banner[random].image }}" onclick="expandDesktopImage('{{ banner[random].image }}')" class="w-full h-56 shadow-sm p-[3px] bg-white dark:bg-gray-900 overflow-hidden">
<img class="w-full h-full flex-shrink-0 object-contain cursor-pointer" src="{{ banner[random].image }}" alt="new year celebration party with drinks"/>
</button>
<!-- Link to OC post -->
<small class="hidden mt-1 text-right text-gray-500">
<a href="/post/32341/" class="font-bold">Share</a> your artwork to have it featured
</small>
<!-- Creds -->
<small class="block mt-1 text-right text-gray-500">
Artwork by <a href="/@{{ banner[random].username }}" class="font-bold">@{{ banner[random].username }}</a>
</small>
<div class="mt-1 flex justify-between">
<!-- Link to OC post -->
<small class="text-gray-500">
<a href="/post/32341/" class="font-bold">Share</a> your artwork to have it featured
</small>
<!-- Creds -->
<small class="text-gray-500">
Artwork by <a href="/@{{ banner[random].username }}" class="font-bold">@{{ banner[random].username }}</a>
</small>
</div>
{% if v %}
<hr class="mt-6 mb-5 h-0.5 border-b border-gray-300 dark:border-gray-900 shadow-inset-t-white-05"/>
<div class="flex flex-col sticky top-4">