fix: spacing issue

This commit is contained in:
2025-04-21 23:06:12 -05:00
parent 90a37659df
commit cf3659fdd1

View File

@@ -1,13 +1,12 @@
<div class="p-6 flex flex-col gap-6 bg-orange-500 bg-clip-padding backdrop-filter backdrop-blur-md bg-opacity-60 rounded-md">
<div class="flex flex-row gap-4">
<img class="w-64 rounded-lg" src="{{ results.media.poster }}" />
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-4 grow">
<h4 class="text-md font-bold">{{ results.episode }}. {{ results.media.title }}</h4>
<p>{{ results.media.description }}</p>
</div>
<div class="flex flex-col items-end hover:cursor-pointer"
{{ stimulus_action('tv_results', 'toggleList', 'click') }}
>
{{ stimulus_action('tv_results', 'toggleList', 'click') }}>
<svg xmlns="http://www.w3.org/2000/svg" width="2em" height="2em" viewBox="0 0 32 32">
<path fill="currentColor" d="m16 10l10 10l-1.4 1.4l-8.6-8.6l-8.6 8.6L6 20z"/>
</svg>